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

Glossary Item Box

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

Syntax

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

Property Value

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

See Also