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
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