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.TypeThe type of the transform class.
Remarks
The transform must implement the IGridViewTransforminterface.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.GridViewTransforms Namespace