Item プロパティ (Int32)

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

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomProperty
指定したインデックスにある CustomProperty オブジェクトです。