Share via


GridViewTransforms.RegisterTransform Method

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 TypeGridViewTransforms.RegisterTransform(transformClassType)
public static void RegisterTransform(
    Type transformClassType
)

Parameters

  • transformClassType
    Type: System.Type

    The type of the transform class.

Remarks

The transform must implement the IGridViewTransforminterface.

See Also

Reference

GridViewTransforms Class

GridViewTransforms Members

Microsoft.PerformancePoint.Scorecards.GridViewTransforms Namespace