Hello,
I am using VSTS 2008(C#). I have a main report showing up data but my subreport(rdlc) section displays "Subreport could not be shown". Also I noticed that my LocalReport_SubreportProcessing does not fire although I have set the handler

ReportViewer.LocalReport.SubreportProcessing += new SubreportProcessingEventHandler(LocalReport_SubreportProcessing);

so the datasource for subreport is never set.Also both my rdlc files are in same folder
If someone could point me to some weblink/video where it shows how to set parameters step by step for subreport and setting required for the same on Main report(rdlc).

Thanks in advance.

  • Edited byNvdeep Thursday, October 08, 2009 2:45 PMadded content
  •