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