ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl Namespace / MasterMerge Class / UnmergeCombinedReport Method
A GrapeCity.ActiveReports.PageReportModel.Report object containing the combined master and child content.
A GrapeCity.ActiveReports.PageReportModel.IMasterContentService object used to help identify what content belongs to the master and child.

In This Topic
    UnmergeCombinedReport Method
    In This Topic
    Unmerges a combined master-child GrapeCity.ActiveReports.PageReportModel.Report object and strips out only the relevant information for the child GrapeCity.ActiveReports.PageReportModel.Report object.
    Syntax
    '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.
    See Also