Метод GetAllHierarchies
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Protected MustOverride Function GetAllHierarchies As IEnumerable(Of IHierarchy)
'Применение
Dim returnValue As IEnumerable(Of IHierarchy)
returnValue = Me.GetAllHierarchies()
protected abstract IEnumerable<IHierarchy> GetAllHierarchies()
protected:
virtual IEnumerable<IHierarchy^>^ GetAllHierarchies() abstract
abstract GetAllHierarchies : unit -> IEnumerable<IHierarchy>
protected abstract function GetAllHierarchies() : IEnumerable<IHierarchy>
Возвращаемое значение
Тип System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IHierarchy> ) > ) >