Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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