GrapeCity ActiveReports for .NET 16.0J
Item プロパティ (PageCollection)

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

パラメータ

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

プロパティ値

指定された位置にあるPageオブジェクト。
参照

PageCollection クラス
PageCollection メンバ