次の方法で共有


ChartObjectCollectionBase<T, U>.Item プロパティ

インデックスを指定して、コレクション内のアイテムを取得します。

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

構文

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

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

パラメーター

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

プロパティ値

型: T
T 型のオブジェクト。

関連項目

参照

ChartObjectCollectionBase<T, U> クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間