How to process subreport of a subreport in rdlc?
问题 I have an RDLC report which contains few sub reports. I am processing all those sub reports with LocalReport_SubreportProcessing event. Now out of these subreports, one report again has its sub report. I am not getting the idea how to process this sub report? For main report, I have added an event. viewer.LocalReport.SubreportProcessing += new SubreportProcessingEventHandler(LocalReport_SubreportProcessing); viewer.LocalReport.Refresh(); Code for event void LocalReport_SubreportProcessing