ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / MergeWithMaster Method
A GrapeCity.ActiveReports.PageReportModel.Report to merge for.
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
A GrapeCity.ActiveReports.PageReportModel.IMasterContentService object to provide master content. Default is null.

In This Topic
    MergeWithMaster Method (ReportExtensions)
    In This Topic
    Merges a report with its master report.
    Syntax
    'Declaration
     
    Public Shared Function MergeWithMaster( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator, _
       Optional ByVal masterContentService As IMasterContentService _
    ) As Report
    public static Report MergeWithMaster( 
       Report report,
       ResourceLocator resourceLocator,
       IMasterContentService masterContentService
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report to merge for.
    resourceLocator
    A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
    masterContentService
    A GrapeCity.ActiveReports.PageReportModel.IMasterContentService object to provide master content. Default is null.

    Return Value

    A GrapeCity.ActiveReports.PageReportModel.Report object that is the result of the merge.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also