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