DataCellScopeServiceImpl.GetAllHierarchies Method

Definition

Gets all the summaries of the service implementation.

protected:
 abstract System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IHierarchy ^> ^ GetAllHierarchies();
protected abstract System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IHierarchy> GetAllHierarchies ();
abstract member GetAllHierarchies : unit -> seq<Microsoft.ReportingServices.RdlObjectModel.IHierarchy>
Protected MustOverride Function GetAllHierarchies () As IEnumerable(Of IHierarchy)

Returns

All the summaries of the service implementation.

Applies to