DataMember.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 members of the hierarchy.
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 members of the hierarchy.