ActiveReports 12
IsSynchronized Property (ReportItemCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : IsSynchronized Property
Gets a value indicating whether access to the ReportItemCollection is synchronized (thread safe).
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
public virtual bool IsSynchronized {get;}

Property Value

Returns true if access to the ReportItemCollection is synchronized (thread safe); otherwise, false.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members