GrapeCity ActiveReports for .NET 16.0J
Capacity プロパティ (StyleSheet)

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : Capacity プロパティ
Gets or sets the total number of elements the internal data structure can hold without resizing.
シンタックス
'宣言
 
Public Property Capacity As Integer
public int Capacity {get; set;}

プロパティ値

The number of elements that the List can contain before resizing is required.
例外
例外解説
Capacity is set to a value that is less than Count.
There is not enough memory available on the system.
参照

StyleSheet クラス
StyleSheet メンバ