DataGroupingCollection.Item[Int32] Property

Definition

Returns a data grouping at the specified index.

public:
 property Microsoft::ReportingServices::ReportRendering::DataMemberCollection ^ default[int] { Microsoft::ReportingServices::ReportRendering::DataMemberCollection ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.DataMemberCollection this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.DataMemberCollection
Default Public ReadOnly Property Item(index As Integer) As DataMemberCollection

Parameters

index
Int32

The index of the data grouping to retrieve.

Property Value

A DataMemberCollection object containing the data grouping.

Applies to