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

Glossary Item Box

Gets a value indicating whether access to the PagesCollection is synchronized (thread safe). (Inherited from ICollection.)

Syntax

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

See Also