TablixMember.Children Property

Definition

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.

Applies to