Pleasant Greetings!
I need to build ad hoc reports. Our current database solution allows the creation of reports via MS SQL Reporting Services. This is a fine solution, which works fine. However, SSRS provides a high degree of overhead we would prefer to avoid. Telerik seems a fine alternative. The goal is to keep all the existing infrastructure, only replacing the presentation layer with Telerik Reporting.
________________
Currently, we support the following:
________________
The user will specify a "data set" from a predefined list of data sets the system provides. Based on the selected dataset, the user can pick associated fields for display. Also, Sorting and Grouping criteria can be added to each field.
All of these specifications are stored to a database, so the report can be repeatedly viewed.
_______________
What needs to happen is that I need to be able to create telerik textbox objects on the fly to correspond to the selected fields. Once the report layout is complete, I simply need to attach the datasource and view the report.
For performance reasons, it would be great if the generated report could be stored somewhere, somehow.
Thanks for any guidance, code samples, etc. that you can provide.
Tom
I need to build ad hoc reports. Our current database solution allows the creation of reports via MS SQL Reporting Services. This is a fine solution, which works fine. However, SSRS provides a high degree of overhead we would prefer to avoid. Telerik seems a fine alternative. The goal is to keep all the existing infrastructure, only replacing the presentation layer with Telerik Reporting.
________________
Currently, we support the following:
________________
The user will specify a "data set" from a predefined list of data sets the system provides. Based on the selected dataset, the user can pick associated fields for display. Also, Sorting and Grouping criteria can be added to each field.
All of these specifications are stored to a database, so the report can be repeatedly viewed.
_______________
What needs to happen is that I need to be able to create telerik textbox objects on the fly to correspond to the selected fields. Once the report layout is complete, I simply need to attach the datasource and view the report.
For performance reasons, it would be great if the generated report could be stored somewhere, somehow.
Thanks for any guidance, code samples, etc. that you can provide.
Tom