ReportView.GetRendererClassForNativeFCO method

Returns the renderer class for a native report.

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 = ReportView.GetRendererClassForNativeFCO(subTypeId)
public static string GetRendererClassForNativeFCO(
    string subTypeId
)

Parameters

  • subTypeId
    Type: System.String

    The identifier for the report type.

Return value

Type: System.String
The renderer class for a native report.

Exceptions

Exception Condition
ArgumentException

Thrown if subTypeId is not a native report type.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace