ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (ReportItemCollection)
    In This Topic
    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