ErrorUtils.GetDashboardItemName - Méthode
Obtient le nom de l'élément de tableau de bord spécifié.
Espace de noms : Microsoft.PerformancePoint.Scorecards.Server
Assembly : Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntaxe
'Déclaration
Public Shared Function GetDashboardItemName ( _
dashboard As Dashboard, _
dashboardItem As DashboardItem _
) As String
'Utilisation
Dim dashboard As Dashboard
Dim dashboardItem As DashboardItem
Dim returnValue As String
returnValue = ErrorUtils.GetDashboardItemName(dashboard, _
dashboardItem)
public static string GetDashboardItemName(
Dashboard dashboard,
DashboardItem dashboardItem
)
Paramètres
dashboard
Type : Microsoft.PerformancePoint.Scorecards.DashboardLe tableau de bord.
dashboardItem
Type : Microsoft.PerformancePoint.Scorecards.DashboardItemL'élément.
Valeur renvoyée
Type : System.String
Chaîne qui contient le nom de l'élément de tableau de bord spécifié.
Voir aussi
Référence
Microsoft.PerformancePoint.Scorecards.Server - Espace de noms