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

In This Topic
    IsReadOnly Property (ReportItemCollection)
    In This Topic
    Gets a Boolean value indicating whether the ReportItemCollection is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    Returns true if the ReportItemCollection is read-only; otherwise, false.
    See Also