Propriété DataHierarchy.MemberCollection
Gets a list of data members at the base of the hierarchy.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MemberCollection As DataMemberCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
A DataMemberCollection object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering