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 in Microsoft SharePoint Server 2010. 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
Microsoft.PerformancePoint.Scorecards.GridViewTransforms Namespace