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

Glossary Item Box

Gets a value indicating whether the PagesCollection is read-only.

Syntax

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

See Also