Click here to Skip to main content
Click here to Skip to main content

Multiple Reports with a single Report Viewer Control

By , 17 Jun 2008
 

Introduction

Single Report viewer control can be embedded with multiple Reports
Download the above file for the source code of this project.

Using the code

This code block demonstrates adding of 2 reports to a single report viewer control.
If you have an application in which you are displaying large data in reports and on the same page you need more than one report, instead of adding multiple report viewer controls for different reports. You can add reports one by one to a single report viewer control.


        //Add this code to embed a report at runtime
            reportViewer1.Reset();
            reportViewer1.LocalReport.ReportEmbeddedResource = "ReportViewer.Report2.rdlc";
            this.reportViewer1.RefreshReport();
        //reportViewer1--> A Report Viewer Control
    //ReportViewer --> Name of the solution
    //Report2.rdlc --> Name of the report
         

Instead of adding a report to the control using the graphical user interface, add it during the runtime so that after reseting the report viewer control you can add more reports to it.

If any queries, post your comments, i will be glad to reply.

Reference: http://aspalliance.com/762

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Gurpreet111
Software Developer Tarkia
India India
Member
He works on c#.net with TARKIA

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Generaluse of multiple reports.rdlc files into a single reportviewer.memberMember 783314212 Apr '11 - 23:55 
Hello everyone,
 
I m using 2 reports in vb.net & at time of binding them i m not getting those contains. i m using 2 buttons & wanting to display both reports on their click event. This means when i click button1 , report1 should b there & when i click button2, report2 should b displayed. i m getting single report data on both click events. so tell me how to refresh the data of reportviewer at runtime.
 
reply me on honey.jagyasi@gmail.com
 
thank you.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 17 Jun 2008
Article Copyright 2008 by Gurpreet111
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid