Compartilhar via


Propriedade do RDL TablixMember.Children

Gets the children of this tablix member.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property Children As TablixMemberCollection 
    Get
'Uso
Dim instance As TablixMember 
Dim value As TablixMemberCollection 

value = instance.Children
public abstract TablixMemberCollection Children { get; }
public:
virtual property TablixMemberCollection^ Children {
    TablixMemberCollection^ get () abstract;
}
abstract Children : TablixMemberCollection
abstract function get Children () : TablixMemberCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberCollection
A TablixMemberCollection object that represents the children of this tablix member.

Consulte também

Referência

TablixMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering