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

Adding Sub Reports Dinamically

1 Answer 87 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jorge Alberto
Top achievements
Rank 1
Jorge Alberto asked on 24 May 2011, 02:04 PM
Hello everybody :)

First of all, I like telerik reporting very much, but I have a question here.
How can I add sub reports dynamically to a master report? The procedure could go like this:
1. Create an empty collection of type <SubReport>, like ReportCollection<SubReport>()
2. Then populate the collection with ReportCollection.add(SubReport1); ReportCollection.add(Subreport2); at run time.
3. Assume the reports will be arranged one after another like a stack.
4. If a report have no data (after filtering it) I would like that the columns headers will be collapsed or not shown.

Can you tell me please, how can I achieve these behavior in a standard way.
I really appreciate it if you could attach a project sample of this in WPF. 

I hope you can help me.
Best regards.
Telerik rules!

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 25 May 2011, 02:04 PM
Hi Jorge Alberto,

Thank you for the kind words - much appreciated. Check the following forum thread that elaborates on your inquiry.

Regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jorge Alberto
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or