<MAExpressAnalysisReportViewControllerDelegate>

Description

The <MAExpressAnalysisReportViewControllerDelegate> protocol is used to execute delegated operations on express report view.

Supported Protocols

<MAReportDelegate>

<NSObject>

Properties

bubbleDatasource. Bubble chart data source.

bubbleSettings. Bubble chart settings.

bubbleState. Saved bubble chart state.

bubbleTreeDatasource. Bubble tree data source.

bubbleTreeSettings. Bubble tree settings.

chartDatasource. Chart data source.

chartSettings. Chart settings.

chartState. Saved chart state.

dimensionsPanel. Report dimension panel.

expressReportController. Express report controller.

gridDatasource. Table data source.

gridSettings. Table settings.

gridState. Saved table state.

isBubbleEnabled. Indicates whether bubble chart can be displayed.

isBubbleTreeEnabled. Whether bubble tree can be displayed.

isChartEnabled. Whether chart can be displayed.

isGridEnabled. Whether table can be displayed.

isMapEnabled. Whether map can be displayed.

isTreeMapEnabled. Whether tree map can be displayed.

mapBubbleTopobase. Apple map data.

mapDatasource. Map data source.

mapSettings. Map settings.

mapState. Saved map state.

mapTopobase. Map topobase data.

mapType. Map type.

mode. Type of selected view.

treeMapDatasource. Tree map data source.

treeMapSettings. Tree map settings.

Properties inherited from <MAReportDelegate>

accessRights. Express report access permissions.

hasScreenshot. Indicates whether there is a saved report screenshot.

reportSettings. Initial report settings.

reportState. Saved report settings.

screenshot. Screenshot data.

Methods Inherited from <MAReportDelegate>

saveFavoriteWithName:. Saves report to favorites.

saveReport. Saves report current state.

Static Methods

controllerViewDidLoaded. Informs the delegate that controller displayed the view.

didSwitchToViewMode:. Informs the delegate that controller ended view change.

olapTitle. Returns report title.

refreshPivot. Refreshes the pivot object for building data tables.

willSwitchToViewMode:. Informs the delegate that controller wants to change the view.

See also:

Protocols. The Mobile Application Component