Compartilhar via


Propriedade do RDL TablixHierarchy.MemberCollection

Gets a list of tablix members at the base of the hierarchy.

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

Sintaxe

'Declaração
Public ReadOnly Property MemberCollection As TablixMemberCollection 
    Get
'Uso
Dim instance As TablixHierarchy 
Dim value As TablixMemberCollection 

value = instance.MemberCollection
public TablixMemberCollection MemberCollection { get; }
public:
property TablixMemberCollection^ MemberCollection {
    TablixMemberCollection^ get ();
}
member MemberCollection : TablixMemberCollection
function get MemberCollection () : TablixMemberCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberCollection
A TablixMemberCollection object.

Consulte também

Referência

TablixHierarchy Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering