ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (PageCollection)
    In This Topic
    Gets a Boolean value indicating whether the PageCollection is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    Returns true if the PageCollection is read-only; otherwise, false.
    See Also