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.StringThe 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. |