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

Dynamic Reports Dependend on User

2 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
KobusVisagie
Top achievements
Rank 1
KobusVisagie asked on 14 Feb 2012, 11:01 AM
Hi

I want to create Telerik reports depending on the user's selection of columns from some sort of web form
where the user will select what columns he/she wants to see in the report, and then the report should be generated accordingly.
Can someone tell me if this is possible and how one will be able to do it?

I am new to Telerik reporting and would appreciate some help :)

Regards
Gregory

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 16 Feb 2012, 06:26 PM
Hi Gregory,

Reports don’t have columns. You can set the page to be split on columns (create a newspaper style reports), you can create a tabular report layout with the Table item or align report items to mimic columns. I’m not sure what’s the exact case here.

If you prefer you may generate the report definition programmatically. As a reference source we highly recommend creating the desired report layout through the Report Designer first and then review the code in the InitializeComponent to see the internal structure. Still we have attached a sample report that is generating dynamically its table definition. It uses the AdventureWorks database installed along with the product.

You may also find useful the following help articles:


Regards,
Steve
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
KobusVisagie
Top achievements
Rank 1
answered on 17 Feb 2012, 12:59 PM
Thanks Steve :) This helper me allot

Kind Regards
Gregory
Tags
General Discussions
Asked by
KobusVisagie
Top achievements
Rank 1
Answers by
Steve
Telerik team
KobusVisagie
Top achievements
Rank 1
Share this question
or