[]
Gets a value indicating whether the ReportItemCollection has a fixed size.
public bool IsFixedSize { get; }
| Type | Description |
|---|---|
| bool | A bool value. |
ReportItemCollection collection = new ReportItemCollection();
bool isFixedSize = collection.IsFixedSize;