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

In This Topic
    IsFixedPageReport Property
    In This Topic
    Gets a value indicating whether the report is a fixed page report.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedPageReport As Boolean
    public bool IsFixedPageReport {get;}

    Property Value

    A System.Boolean value where true if the report is a fixed page report; otherwise, false.
    See Also