แชร์ผ่าน


DataCellScopeServiceImpl.GetAllHierarchies Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected MustOverride Function GetAllHierarchies As IEnumerable(Of IHierarchy)
'Usage
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>