ReportView.IsAnalyticReport - Méthode
Détermine si le rapport est de type AnalyticChart ou OLAPGrid.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Function IsAnalyticReport As Boolean
'Utilisation
Dim instance As ReportView
Dim returnValue As Boolean
returnValue = instance.IsAnalyticReport()
public bool IsAnalyticReport()
Valeur renvoyée
Type : System.Boolean
true si le rapport est de type AnalyticChart ou OLAPGrid; dans le cas contraire, false.