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

In This Topic
    MasterReport Property (MasterContentService)
    In This Topic
    Gets or sets the name of 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 name of the master report.
    See Also