DataHierarchy.MemberCollection Property
Gets a list of data 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 DataMemberCollection
Get
'Usage
Dim instance As DataHierarchy
Dim value As DataMemberCollection
value = instance.MemberCollection
public DataMemberCollection MemberCollection { get; }
public:
property DataMemberCollection^ MemberCollection {
DataMemberCollection^ get ();
}
member MemberCollection : DataMemberCollection
function get MemberCollection () : DataMemberCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
A DataMemberCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace