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

In This Topic
    SyncRoot Property (PagesCollection)
    In This Topic
    Gets an object that can be used to synchronize access to the PagesCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As Object
    public object SyncRoot {get;}

    Property Value

    The synchronize root.
    See Also