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

Multiple Reports on tabs in a single Telerik report?

0 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
St
Top achievements
Rank 1
St asked on 24 Mar 2014, 10:21 PM
Is it possible to do multiple reports on tabs in a single Telerik report? I want to create an Excel type report book where each report is associated with a tab. This means that if i click on a tab it opens a report associated with the specific tab. I thought I can do this using report book. So far no luck. This is what i have so far :

reportbook myReportBook = new Reportbook();
reportbook.reports.add(testreport1);
reportbook.reports.add(testreport2);
reportbook.reports(0).documentMapText = "Testing Report1";
reportbook.reports(1).documentMapText = " Testing Report2";

Reportviewer.Reportsource = reportbook;

I can see the report books on the side panel of the page. Is it possible to have it at the bottom as tabs. Just like in Excel. If it is possible how would you do it ?

Thanks

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
St
Top achievements
Rank 1
Share this question
or