GridViewTransforms.ExecuteTransform Method (Microsoft.PerformancePoint.Scorecards.GridViewTransforms)

Runs a specific transform on the view data.

Namespace: Microsoft.PerformancePoint.Scorecards.GridViewTransforms
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Sub ExecuteTransform ( _
    transformId As String, _
    parameters As PropertyBag, _
    viewData As GridViewData, _
    cache As IGlobalCache _
)
'Usage
Dim transformId As String
Dim parameters As PropertyBag
Dim viewData As GridViewData
Dim cache As IGlobalCache

GridViewTransforms.ExecuteTransform(transformId, parameters, viewData, cache)
public static void ExecuteTransform (
    string transformId,
    PropertyBag parameters,
    GridViewData viewData,
    IGlobalCache cache
)

Parameters

  • transformId
    The ID of the transform to run.
  • parameters
    The parameters of the transform.
  • viewData
    The view data.
  • cache
    The element cache.

See Also

Reference

GridViewTransforms Class
GridViewTransforms Members
Microsoft.PerformancePoint.Scorecards.GridViewTransforms Namespace