DataCellScopeServiceImpl.GetAllHierarchies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.