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

Registers a transform.

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

Syntax

'Declaration
Public Shared Sub RegisterTransform ( _
    transformClassType As Type _
)
'Usage
Dim transformClassType As Type

GridViewTransforms.RegisterTransform(transformClassType)
public static void RegisterTransform (
    Type transformClassType
)

Parameters

  • transformClassType
    The type of the transform class.

Remarks

The transform class must implement IGridViewTransform.

See Also

Reference

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