共用方式為


MemberCollection 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MemberCollection As TablixMemberCollection
    Get
'用途
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