ActiveReports for .NET 18.0J
Item(Int32) プロパティ

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス > Item プロパティ : Item(Int32) プロパティ
取得または設定するReportItemのインデックスを示すゼロベースのInteger。
位置によって、ReportItemCollection内の特定のReportItemオブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As ReportItem
public ReportItem Item( 
   int index
) {get; set;}

パラメータ

index
取得または設定するReportItemのインデックスを示すゼロベースのInteger。

プロパティ値

指定した位置にあるReportItemオブジェクト。
参照

ReportItemCollection クラス
ReportItemCollection メンバ
オーバーロード一覧