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

In This Topic
    IsMaster Property (MasterContentService)
    In This Topic
    Gets a value indicating whether the current report is a master report.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsMaster As Boolean
    public bool IsMaster {get;}

    Property Value

    A System.Boolean value. true if the current report is a master report; otherwise false.
    See Also