[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsSynchronized

IsSynchronized Property

IsSynchronized

Gets a value indicating whether access to the ReportItemCollection is synchronized (thread safe).

Declaration
public virtual bool IsSynchronized { get; }
Property Value
Type Description
bool

A bool value. true if access to the ReportItemCollection is synchronized (thread safe); otherwise, false.

Implements
Examples
ReportItemCollection collection = new ReportItemCollection();
bool isSynchronized = collection.IsSynchronized;