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