CustomData.DataRowGroupings Property

Definition

Returns the set of row groupings for the custom report item data.

public:
 property Microsoft::ReportingServices::ReportRendering::DataGroupingCollection ^ DataRowGroupings { Microsoft::ReportingServices::ReportRendering::DataGroupingCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataGroupingCollection DataRowGroupings { get; }
member this.DataRowGroupings : Microsoft.ReportingServices.ReportRendering.DataGroupingCollection
Public ReadOnly Property DataRowGroupings As DataGroupingCollection

Property Value

A DataGroupingCollection containing the set of row groupings for the custom report item data.

Applies to