GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.PageReportModel 名前空間 : ReportItemCollection クラス |
ReportItemCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ReportItemCollection コンストラクタ | オーバーロードされます。 ReportItemCollectionクラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
Count | ReportItemCollection内のReportItemの数を取得します。 | |
IsFixedSize | ReportItemCollectionのサイズが固定されているかどうかを示すブール型の値を取得します。 | |
IsReadOnly | ReportItemCollectionは読み取り専用かどうかを示すブール型の値を取得します。 | |
IsSynchronized | ReportItemCollectionへのアクセスが同期されている(スレッドセーフ)かどうか示す値を取得します。 | |
Item | オーバーロードされます。 位置によって、ReportItemCollection内の特定のReportItemオブジェクトを取得または設定します。 | |
SyncRoot | ReportItemCollectionへのアクセスを同期するために使用されるオブジェクトを取得します。 |
名前 | 解説 | |
---|---|---|
Add | ReportItemCollectionにReportItemオブジェクトを追加します。 | |
AddRange | ReportItemCollectionを既存のReportItemCollectionに追加します。 | |
Clear | ReportItemCollectionからすべての項目を削除します。 | |
Contains | ReportItemCollectionは、指定したReportItemを格納しているかどうかを示すブール型の値を取得します。 | |
CopyTo | オーバーロードされます。 ReportItemCollectionにあるオブジェクトを指定した配列のインデックスから開始し、System.Arrayにコピーします。 | |
IndexOf | ReportItemCollectionに特定のReportItemオブジェクトのインデックスを決定します。 | |
Insert | 指定の位置でReportItemCollectionに新しいReportItem オブジェクトを挿入します。 | |
Remove | ReportItemCollectionから指定されたReportItemオブジェクトを削除します。 | |
RemoveAt | 指定した位置でReportItemCollectionからReportItemオブジェクトを削除します。 | |
ToArray | ReportItemCollectionの要素をコ新しい配列にコピーします。 |
名前 | 解説 | |
---|---|---|
ItemAdded | コレクションに項目を追加した後、発生します。 | |
ItemRemoved | コレクションから項目を削除した後、発生します。 |