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.
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.