次の方法で共有


ReportItemCollection.Item[Int32] プロパティ

定義

指定したインデックスにあるアイテムを取得します。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportItem this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportItem

パラメーター

index
Int32

アイテムのインデックス。

プロパティ値

指定したインデックスにある ReportItem

適用対象