This is a migrated thread and some comments may be shown as answers.

Report designer custom values multiparameter

1 Answer 87 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 10 Jun 2016, 01:07 PM

How can I populate the display members and value members in the designer.

I found this in the net:this.

ReportParameters["MyReportParameter"].Value = new string[] { "one", "two", "three" };

 

to populate the display members, how can I populate the value members from with 1,2,3

1 Answer, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 10 Jun 2016, 03:41 PM
Hi Rob,

The recommended approach is to configure report parameters using one of the Report Designers.

Check How to: Add Report Parameters that suggesting the steps to configure the parameters. 

To allow the user to select more than one value for the parameter set Multivalue=True. Set data source for AvailableValues property so you can choose ValueMember / DisplayMember column names.

Additional information can be found in Report Parameters and Using Multivalue Parameters help articles.


Regards,
Katia
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Rob
Top achievements
Rank 1
Answers by
Katia
Telerik team
Share this question
or