Item プロパティ
指定されたインデックスにあるアイテムをコレクションから取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As Action
Get
'使用
Dim instance As ActionCollection
Dim index As Integer
Dim value As Action
value = instance(index)
public Action this[
int index
] { get; }
public:
property Action^ default[int index] {
Action^ get (int index);
}
member Item : Action
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
コレクションで取得する Action オブジェクトの 0 から始まるインデックスです。
プロパティ値
型: Microsoft.ReportingServices.ReportRendering. . :: . .Action
Action オブジェクトです。