ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / IsReadOnly Property

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

    Property Value

    true if this instance is read only; otherwise, false.
    See Also