Share via


Filter.GetRendererClassForNativeFCO method

Returns the renderer class for the filter if the filter is a native type.

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

Syntax

'Declaration
Public Shared Function GetRendererClassForNativeFCO ( _
    subTypeId As String _
) As String
'Usage
Dim subTypeId As String
Dim returnValue As String

returnValue = Filter.GetRendererClassForNativeFCO(subTypeId)
public static string GetRendererClassForNativeFCO(
    string subTypeId
)

Parameters

Return value

Type: System.String
The renderer class for the filter.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace