Partager via


ReportView.IsNativeFCO - Méthode

Détermine si le type de rapport est un type natif.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function IsNativeFCO ( _
    subTypeId As String _
) As Boolean
'Utilisation
Dim subTypeId As String
Dim returnValue As Boolean

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

Paramètres

  • subTypeId
    Type : System.String

    L'identificateur pour le type de rapport.

Valeur renvoyée

Type : System.Boolean
true si le type de rapport est un type natif ; dans le cas contraire, false.

Voir aussi

Référence

ReportView classe

ReportView - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms