'Declaration Public Shared Function UnmergeCombinedReport( _ ByVal combinedReport As Report, _ ByVal contentService As IMasterContentService _ ) As Report
public static Report UnmergeCombinedReport( Report combinedReport, IMasterContentService contentService )
Parameters
- combinedReport
- A GrapeCity.ActiveReports.PageReportModel.Report object containing the combined master and child content.
- contentService
- A GrapeCity.ActiveReports.PageReportModel.IMasterContentService object used to help identify what content belongs to the master and child.
Return Value
A GrapeCity.ActiveReports.PageReportModel.Report object containing only the stripped out content belonging to the child report.