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
subTypeId
Type: System.StringThe subtype of the filter.
Return value
Type: System.String
The renderer class for the filter.