ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / IsMaster Property

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

    Property Value

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