[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.SyncRoot

SyncRoot Property

SyncRoot

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

Declaration
public virtual object SyncRoot { get; }
Property Value
Type Description
object

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

Implements
Examples
ReportItemCollection collection = new ReportItemCollection();
object syncRoot = collection.SyncRoot;