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