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

In This Topic
    IsFixedSize Property (PagesCollection)
    In This Topic
    Gets a value indicating whether the PagesCollection has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}

    Property Value

    true if this instance is fixed size; otherwise, false.
    See Also