Jyoti Jodha

Jyoti Jodha

  • NA
  • 1.7k
  • 396.9k

How to bind multiple reports to a single Report Viewer c#

Dec 5 2017 12:54 AM
How to bind multiple reports to a single Report Viewer using C# WinForms and RDLC?
 
Report A5 size Don't Show in Setupfile error show like this.
 
An error occurred during local report processing. The report definition for report 'Report_A5Size' has not been specified.
 
if (GlobalVariable.ReporSize == "A5_Size")
{
//reportViewer1.LocalReport.ReportPath = string.Format("Report_A5Size.rdlc");
reportViewer1.LocalReport.ReportPath = Environment.CurrentDirectory + "//Report_A5Size.rdlc";
}

Answers (6)