ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / CreateFromMaster Method / CreateFromMaster(Uri) Method
The Uri to the master report

In This Topic
    CreateFromMaster(Uri) Method
    In This Topic
    Creates blank report with all of the content placeholders from specified master report.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateFromMaster( _
       ByVal masterUri As Uri _
    ) As PageReport
    public static PageReport CreateFromMaster( 
       Uri masterUri
    )

    Parameters

    masterUri
    The Uri to the master report
    See Also