ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / MasterReport Property
Example

In This Topic
    MasterReport Property (Report)
    In This Topic
    Gets or sets an URI for the master report, if any.
    Syntax
    'Declaration
     
    Public Property MasterReport As String
    public string MasterReport {get; set;}

    Property Value

    A System.String value indicating the URI for the master report.
    Example
    Report report = new Report();
    report.MasterReport = "ExampleMasterReport.rdlx-master";
    See Also