次の方法で共有


ReportItemCollection.Item プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As ReportItem 
    Get
'使用
Dim instance As ReportItemCollection 
Dim index As Integer 
Dim value As ReportItem 

value = instance(index)
public override ReportItem this[
    int index
] { get; }
public:
virtual property ReportItem^ default[int index] {
    ReportItem^ get (int index) override;
}
abstract Item : ReportItem 
override Item : ReportItem
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    アイテムのインデックス。

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
指定したインデックスにある ReportItem

関連項目

参照

ReportItemCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間