Share via


ReportView.SetStrategyMapViewData method

Gets the information about the Strategy Map report from the specified StrategyMapViewData object and saves it to the CustomData property.

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

Syntax

'Declaration
Public Sub SetStrategyMapViewData ( _
    data As StrategyMapViewData _
)
'Usage
Dim instance As ReportView
Dim data As StrategyMapViewData

instance.SetStrategyMapViewData(data)
public void SetStrategyMapViewData(
    StrategyMapViewData data
)

Parameters

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace