ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (PagesCollection)
    In This Topic
    Gets a value indicating whether access to the PagesCollection is synchronized (thread safe). (Inherited from ICollection.)
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}

    Property Value

    true if this instance is synchronized; otherwise, false.
    See Also