ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (ReportComponentCollection)
    In This Topic
    Gets a value indicating whether access to the collection is synchronized.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}

    Property Value

    A System.Boolean value where true indicates that access to the collection is synchronized; otherwise false.
    See Also