ActiveReports Developer 7
SyncRoot Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportComponentCollection Class : SyncRoot Property

Glossary Item Box

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

Syntax

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

Property Value

An object that can be used to synchronize access to the collection.

See Also