DataHierarchy.MemberCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of data members at the base of the hierarchy.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::DataMemberCollection ^ MemberCollection { Microsoft::ReportingServices::OnDemandReportRendering::DataMemberCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection MemberCollection { get; }
member this.MemberCollection : Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
Public ReadOnly Property MemberCollection As DataMemberCollection
Property Value
A DataMemberCollection object.