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
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   
GeneralMy vote of 3 PinmemberABDUL QADER FAROOQI14-Feb-13 22:41 
GeneralMy vote of 1 PinmemberSeriketZu6-Dec-12 17:01 
QuestionMy vote of 0 (that's a ZERO) PinmemberVBForever2-Mar-12 12:24 
AnswerRe: My vote of 0 (that's a ZERO) PinmemberGeoff Gariepy31-May-12 5:50 
AnswerRe: My vote of 0 (that's a ZERO) PinmemberGurpreet11127-Aug-12 17:25 
QuestionHOW TO OPEN MULTIPLE CRYSTAL REPORT VIEWER AT THE SAME TIME? Pinmembernomi9-Feb-12 21:30 
GeneralMy vote of 1 Pinmemberrzl207063-Aug-11 21:44 
Generaluse of multiple reports.rdlc files into a single reportviewer. PinmemberMember 783314212-Apr-11 23:55 
GeneralHelped me PinmemberMaultier4-Mar-11 2:53 
GeneralMy vote of 1 PinmemberMember 206038117-Feb-11 4:45 
GeneralMutiple Reports in Single ReportViewer PinmemberMember 83070526-Jan-09 17:58 
GeneralRe: Mutiple Reports in Single ReportViewer PinmemberGurpreet11116-Feb-09 19:26 
QuestionCan we subscribe the server side report through code? PinmemberPrashant.IGT14-Dec-08 23:20 
Questionhow to show multipal reports on reportviewer at a time Pinmembershashank2107714-Oct-08 21:21 
GeneralProblem [modified] PinmemberTheCrow754-Sep-08 5:12 
QuestionHow do Pinmembervb_buddy7-Aug-08 2:03 
AnswerRe: How do PinmemberGurpreet1111-Sep-08 23:12 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

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