greetings,
I have seen several videos of report design, but I could not find a document or a video that explains how to make a report with parameters, but the parameters sent from a textbox on a radForm.
thank you very much for your help.
1 Answer, 1 is accepted
0
Stef
Telerik team
answered on 04 Nov 2014, 03:03 PM
Hello,
You will have to create a report and add report parameters to it. an example of using a parametirzed data retrieval method is illustrated in the following articles:
Parameters values can be passed at run-time from custom UI. for the purpose you need to add the parameters' keys and values in the viewer's ReportSource.Parameters collection. The viewer's ReportSource.Parameters collection is mapped to the report's ReportParameters collection by key - Report Sources.
An example of using a report source to specify a report and pass parameters to it is available in How to: Set ReportSource for Report Viewers, and the conceptual topics for each type of report source.
I hope the above information is helpful.
Regards,
Stef
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.