Condividi tramite


Proprietà MemberCollection

Gets a list of data members at the base of the hierarchy.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MemberCollection As DataMemberCollection
    Get
'Utilizzo
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