Freigeben über


Item-Eigenschaft

Returns a data grouping at the specified index.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DataMemberCollection
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftenwert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .DataMemberCollection
A DataMemberCollection object containing the data grouping.