Свойство MemberCollection
Gets a list of data members at the base of the hierarchy.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MemberCollection As DataMemberCollection
Get
'Применение
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
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataMemberCollection
A DataMemberCollection object.