ReportView.GetStrategyMapViewData method

Returns information about the Strategy Map report from the CustomData property.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetStrategyMapViewData As StrategyMapViewData
'Usage
Dim instance As ReportView
Dim returnValue As StrategyMapViewData

returnValue = instance.GetStrategyMapViewData()
public StrategyMapViewData GetStrategyMapViewData()

Return value

Type: Microsoft.PerformancePoint.Scorecards.StrategyMapViewData
The information about the Strategy Map report from the CustomData property.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace