Freigeben über


TablixHierarchy.MemberCollection-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property MemberCollection As TablixMemberCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

TablixHierarchy Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace