TablixHierarchy.MemberCollection Property
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