Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dashboard
Type: Microsoft.PerformancePoint.Scorecards.DashboardThe dashboard.
dashboardItem
Type: Microsoft.PerformancePoint.Scorecards.DashboardItemThe item.
Return Value
Type: System.String
A string that contains the name of the specified dashboard item.