Share via


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