DataMember.Children Property

Definition

Returns groups contained in a row or column.

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

Property Value

A DataGroupingCollection with groups contained in a row or column.

Applies to