ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentCollection Class / SyncRoot Property

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

    Property Value

    An object that can be used to synchronize access to the collection.
    See Also