Share via


DataGroupingCollection.Item Property

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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The index of the data grouping to retrieve.

Property Value

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

See Also

Reference

DataGroupingCollection Class

Microsoft.ReportingServices.ReportRendering Namespace