Condividi tramite


Proprietà TablixMember.Children

Gets the children of this tablix member.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Children As TablixMemberCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TablixMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering