I am new to Telerik Reports and have created a WCF service with parameters and would like to pass values to it. Below is the URL -
http://serverName/ReportService.svc/resources/export?format=PDF&report=MyReports.PurchaseReport,MyReports¶meterValues={"fileID":81}
This works if I have the actual report "fileID" param set to a default value like 82. After making the call the Report uses the default 82 value and not "81"?
Do I need to add code inside the Report class? even though my DataSource param is bound to my Report Param?
Is there an example of this anywhere? I have only found the Telerik example w/out parameters.
http://serverName/ReportService.svc/resources/export?format=PDF&report=MyReports.PurchaseReport,MyReports¶meterValues={"fileID":81}
This works if I have the actual report "fileID" param set to a default value like 82. After making the call the Report uses the default 82 value and not "81"?
Do I need to add code inside the Report class? even though my DataSource param is bound to my Report Param?
Is there an example of this anywhere? I have only found the Telerik example w/out parameters.