Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a list of data members at the base of the hierarchy.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MemberCollection As DataMemberCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
A DataMemberCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace