次の方法で共有


CustomPropertyCollection.Item プロパティ (Int32)

指定したインデックスにあるカスタム プロパティを取得します。

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

構文

'宣言
Public 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 CustomProperty this[
    int index
] { get; }
public:
property CustomProperty^ default[int index] {
    CustomProperty^ get (int index);
}
member Item : CustomProperty
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    取得するカスタム プロパティのインデックスです。

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.CustomProperty
CustomProperty オブジェクトです。

関連項目

参照

CustomPropertyCollection クラス

Item オーバーロード

Microsoft.ReportingServices.ReportRendering 名前空間