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.
Gets the children of this data member.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::DataMemberCollection ^ Children { Microsoft::ReportingServices::OnDemandReportRendering::DataMemberCollection ^ get(); };
public virtual Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection Children { get; }
member this.Children : Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
Public Overridable ReadOnly Property Children As DataMemberCollection
Property Value
A DataMemberCollection object.