This is a migrated thread and some comments may be shown as answers.

Custom Reports on the fly

2 Answers 87 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris Thierry
Top achievements
Rank 1
Chris Thierry asked on 07 Aug 2014, 06:43 PM
Hi! 
I would like to know if we can create custom reports with Telerik reporting. For example the user will choose the columns on the fly, the group by and the sort and when he is done, a Telerik report will comes up. Is it possible without creating a template for each report?

2 Answers, 1 is accepted

Sort by
0
Chris Thierry
Top achievements
Rank 1
answered on 11 Aug 2014, 03:28 PM
Please, could anybody reply my question? I need to be sure that this functionality is possible or not.
Thank you. 
0
Stef
Telerik team
answered on 12 Aug 2014, 11:56 AM
Hello Chris,

Telerik report is a template repeated for the assigned to it data. Report can be created through our Report Designers, or dynamically.

Using the provided report designers will ease you to create the desired layout. When you use the integrated in Visual Studio Report Designer you will be able to get the auto-generated code in the report's designer.cs(vb) file and modify and reuse it to build a report from scratch.

With the described requirements, where data schema is flexible based on the user selection, you can use the dynamic approach. All you need is to gather the user's preferences for data and report layout, send the information to the server and build a Telerik.Reporting.Report object as would do the VS Report Designer.


I hope the 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.

 
Tags
General Discussions
Asked by
Chris Thierry
Top achievements
Rank 1
Answers by
Chris Thierry
Top achievements
Rank 1
Stef
Telerik team
Share this question
or