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

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

    Property Value

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