Partilhar via


ErrorUtils.GetDashboardItemName Method

Gets the name of the specified dashboard item.

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

Syntax

'Declaration
Public Shared Function GetDashboardItemName ( _
    dashboard As Dashboard, _
    dashboardItem As DashboardItem _
) As String
'Usage
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
)

Parameters

Return Value

Type: System.String
A string that contains the name of the specified dashboard item.

See Also

Reference

ErrorUtils Class

ErrorUtils Members

Microsoft.PerformancePoint.Scorecards.Server Namespace