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

Get Report Parameter Value vom List

1 Answer 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Felix
Top achievements
Rank 1
Felix asked on 16 Jul 2013, 01:55 PM
I have created a Telerik report with a Subreport and parameters, like How To: Create a Master Detail Report.

For the master report I use a Telerik.Reporting.List with a Datasoure and Reportsource parameter like this: new Parameter("TourID", "xxx")

My question is, How can I set the subreport Parameter like
new Parameter ( "TourID", "TourID FROM MasterreportList" ) 
.

thanks for the help.

1 Answer, 1 is accepted

Sort by
0
Unknown
Top achievements
Rank 1
answered on 19 Jul 2013, 02:13 PM
When you are setting the report source of the subreport click on Edit Parameters button. Then set the expression to the desired one (like "=Fields.Something"). If you need to do this programmatically check the code genereated in the InitializeComponent method.
Tags
General Discussions
Asked by
Felix
Top achievements
Rank 1
Answers by
Unknown
Top achievements
Rank 1
Share this question
or