GridViewTransformType Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Defines scorecard transform types.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration GridViewTransformType
'Usage
Dim instance As GridViewTransformType
public enum GridViewTransformType
Members
Member name | Description | |
---|---|---|
PreQuery | A transform that executes before data is queried. | |
PostQuery | A transform that executes after the source data is queried. | |
PreRender | A transform that executes before the scorecard is rendered. | |
PerUser | This field is not used by the GridViewTransformType enumeration. |