GridViewTransforms.GetTransformIds Method (GridViewTransformType)
Gets the identifiers for registered transforms of the specified type.
Namespace: Microsoft.PerformancePoint.Scorecards.GridViewTransforms
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetTransformIds ( _
type As GridViewTransformType _
) As List(Of String)
'Usage
Dim type As GridViewTransformType
Dim returnValue As List(Of String)
returnValue = GridViewTransforms.GetTransformIds(type)
public static List<string> GetTransformIds(
GridViewTransformType type
)
Parameters
type
Type: Microsoft.PerformancePoint.Scorecards.Extensions.GridViewTransformTypeThe type of transform.
Return Value
Type: System.Collections.Generic.List<String>
A list of identifiers for registered transforms of the specified type.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.GridViewTransforms Namespace