Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.