ReportView.IsNativeFCO method

Determines whether the report type is a native type.

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

Syntax

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

returnValue = ReportView.IsNativeFCO(subTypeId)
public static bool IsNativeFCO(
    string subTypeId
)

Parameters

  • subTypeId
    Type: System.String

    The identifier for the report type.

Return value

Type: System.Boolean
true if the report type is a native type; otherwise false.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace