IGridViewTransform.Execute method

Runs the transform on the scorecard.

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

Syntax

'Declaration
Sub Execute ( _
    viewData As GridViewData, _
    parameters As PropertyBag, _
    cache As IGlobalCache _
)
'Usage
Dim instance As IGridViewTransform
Dim viewData As GridViewData
Dim parameters As PropertyBag
Dim cache As IGlobalCache

instance.Execute(viewData, parameters, _
    cache)
void Execute(
    GridViewData viewData,
    PropertyBag parameters,
    IGlobalCache cache
)

Parameters

  • cache
    Type: Microsoft.PerformancePoint.Scorecards.IGlobalCache

    The local cache.

    Note

    Use the cache to improve performance and contain the scorecard instance and its dependencies. Transform implementations should check the cache before trying to retrieve information directly from the server.

See also

Reference

IGridViewTransform interface

IGridViewTransform members

Microsoft.PerformancePoint.Scorecards.Extensions namespace