Hi - I am evaluating using telerikreporting in a silverlight app. I have looked at lots of docs and samples, and need help to get a general understanding. I have a VS2008 solution that contains three projects:
- a project containing my report classes (here I design the reports)
- the silverlight application project
- the silverlight web project
... I publish it all to the webserver, and hit the app in a web browser and can see the report viewer, and report, everything is good.
... what I want to do next is to better control the report from the silverlight app. For exmaple in my silverlight app there are two date picker controls. The user hits these to set the start and end date. This is used to narrow search results for records the report will display. When the user is ready, they press the report button that opens a telerikreportviewer containing the report.
But my report shows the dataset from the query I created when authoring the report. But of course I want the query to be limited by the users's specified date range.
Is this a pattern I can accomplish using telerikreporting and silverlight - or can the query only be set when the report is first authored?
- a project containing my report classes (here I design the reports)
- the silverlight application project
- the silverlight web project
... I publish it all to the webserver, and hit the app in a web browser and can see the report viewer, and report, everything is good.
... what I want to do next is to better control the report from the silverlight app. For exmaple in my silverlight app there are two date picker controls. The user hits these to set the start and end date. This is used to narrow search results for records the report will display. When the user is ready, they press the report button that opens a telerikreportviewer containing the report.
But my report shows the dataset from the query I created when authoring the report. But of course I want the query to be limited by the users's specified date range.
Is this a pattern I can accomplish using telerikreporting and silverlight - or can the query only be set when the report is first authored?