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