ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (ReportItemCollection)
    In This Topic
    Gets a Boolean value indicating whether the ReportItemCollection has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}

    Property Value

    Returns true if the ReportItemCollection has a fixed size; otherwise, false.
    See Also