ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / MergeWithMaster Method

In This Topic
    MergeWithMaster Method
    In This Topic
    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
    resourceLocator
    masterContentService
    See Also