Share via


GridViewTransforms.GetTransformIds method

Gets the identifiers for all registered transforms.

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

Syntax

'Declaration
Public Shared Function GetTransformIds As List(Of String)
'Usage
Dim returnValue As List(Of String)

returnValue = GridViewTransforms.GetTransformIds()
public static List<string> GetTransformIds()

Return value

Type: System.Collections.Generic.List<String>
A list of identifiers for all registered transforms.

See also

Reference

GridViewTransforms class

GridViewTransforms members

GetTransformIds overload

Microsoft.PerformancePoint.Scorecards.GridViewTransforms namespace