หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberCollection
A TablixMemberCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace