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

Reports are not showing in Report Book

3 Answers 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 07 Nov 2009, 07:51 AM
Hi,

  i tried to show the 2 reports,But only one report is showing in report viewer.

i am dynamically creating the 2 reports


in aspx:

                ReportBook1 reportBook = new ReportBook1();             
                rep.Reports.Add( new SampleReport1());
                rep.Reports.Add(new SampleReport2());              
                rvGraph.Report = rep;


But only one report(sample report1) is showing in reportviewer while running.
SampleReport2 is not displaying.

please help me how to display 2 reports in reportviewer?

am struggling with this.

Thanks for any help









3 Answers, 1 is accepted

Sort by
0
sabarishbabu
Top achievements
Rank 1
answered on 07 Nov 2009, 11:55 AM
Sorry.The second report is showing in second page.I didnt see that time

I want to show 2 reports in 1st page itself

How to show all reports i added in first page itself?I dont want to show reports in other pages.




0
Steve
Telerik team
answered on 09 Nov 2009, 10:11 AM
Hi sabarishbabu,

The short answer is you cannot. Each report is represented as single document and thus starting on a new page.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Andy Green
Top achievements
Rank 1
answered on 11 Nov 2009, 09:24 AM
If you change the approach you can do this with  sub reports. This way you  can have both reports in one and on the same page.

Andy
Tags
General Discussions
Asked by
sabarishbabu
Top achievements
Rank 1
Answers by
sabarishbabu
Top achievements
Rank 1
Steve
Telerik team
Andy Green
Top achievements
Rank 1
Share this question
or