次の方法で共有


ValueCollection.Item プロパティ

コレクションの指定の場所からアイテムを取得します。

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

構文

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

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

パラメーター

  • index
    型: System.Int32
    アイテムを取得するインデックスです。

プロパティ値

型: System.Object
値のコレクションからの Object です。

関連項目

参照

ValueCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間