[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.IsFixedSize

IsFixedSize Property

IsFixedSize

Gets a value indicating whether the ReportItemCollection has a fixed size.

Declaration
public bool IsFixedSize { get; }
Property Value
Type Description
bool

A bool value. true if the ReportItemCollection has a fixed size; otherwise, false.

Implements
Examples
ReportItemCollection collection = new ReportItemCollection();
bool isFixedSize = collection.IsFixedSize;