DataMember.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.