IGridViewTransform Interface
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a transform that runs on a scorecard view.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Interface IGridViewTransform
'Usage
Dim instance As IGridViewTransform
public interface IGridViewTransform
Remarks
Use a custom transform to make changes to a scorecard view before it is shown in a dashboard page. Examples of transform implementations include adding a column to the original view and computing aggregate or rollup values based on values from other columns.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.Extensions Namespace