GridViewTransforms class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the IGridViewTransform controller that is used to generate a scorecard view.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.GridViewTransforms.GridViewTransforms

Namespace:  Microsoft.PerformancePoint.Scorecards.GridViewTransforms
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public NotInheritable Class GridViewTransforms
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class GridViewTransforms

Remarks

GridViewTransforms instances must be registered in the CustomViewTransforms section in the web.config file for PerformancePoint Services. Registered transforms are run automatically by the scorecard engine. It is also possible to query for registered transforms and to run registered transforms on a specified GridViewData object.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

GridViewTransforms members

Microsoft.PerformancePoint.Scorecards.GridViewTransforms namespace