IGridViewTransform.GetTransformType method

Gets the type of this transform.

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

Syntax

'Declaration
Function GetTransformType As GridViewTransformType
'Usage
Dim instance As IGridViewTransform
Dim returnValue As GridViewTransformType

returnValue = instance.GetTransformType()
GridViewTransformType GetTransformType()

Return value

Type: Microsoft.PerformancePoint.Scorecards.Extensions.GridViewTransformType
The type of transform.

Remarks

Valid transform types are: PreQuery, PostQuery, and PreRender.

See also

Reference

IGridViewTransform interface

IGridViewTransform members

Microsoft.PerformancePoint.Scorecards.Extensions namespace