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

Glossary Item Box

Gets an object that can be used to synchronize access to the PagesCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SyncRoot As System.Object
C# 
public System.object SyncRoot {get;}

See Also