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

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

    Property Value

    A System.Boolean value indicating whether the current report is a master report.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also