TablixMember.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 tablix member.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::TablixMemberCollection ^ Children { Microsoft::ReportingServices::OnDemandReportRendering::TablixMemberCollection ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberCollection Children { get; }
member this.Children : Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberCollection
Public MustOverride ReadOnly Property Children As TablixMemberCollection
Property Value
A TablixMemberCollection object that represents the children of this tablix member.