Propriedade do RDL MemberCollection
Gets a list of data members at the base of the hierarchy.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MemberCollection As DataMemberCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataMemberCollection
A DataMemberCollection object.
Consulte também