次の方法で共有


ReportSectionCollection.Item プロパティ

指定したキーにあるアイテムを取得または設定します。

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

構文

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

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

パラメーター

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
指定した名前の ReportSection オブジェクト。

関連項目

参照

ReportSectionCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間