ChartMember.IHierarchyMember.Members 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 the hierarchy members.
property System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IHierarchyMember ^> ^ Microsoft::ReportingServices::RdlObjectModel::IHierarchyMember::Members { System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IHierarchyMember ^> ^ get(); };
System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IHierarchyMember> Microsoft.ReportingServices.RdlObjectModel.IHierarchyMember.Members { get; }
member this.Microsoft.ReportingServices.RdlObjectModel.IHierarchyMember.Members : seq<Microsoft.ReportingServices.RdlObjectModel.IHierarchyMember>
ReadOnly Property Members As IEnumerable(Of IHierarchyMember) Implements IHierarchyMember.Members
Property Value
The hierarchy members.