ActiveReports Developer 7
IsFixedSize Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : IsFixedSize Property

Glossary Item Box

Gets a value indicating whether the PagesCollection has a fixed size.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsFixedSize As System.Boolean
C# 
public System.bool IsFixedSize {get;}

See Also