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.
Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Shared Function GetDashboardName ( _
dashboard As Dashboard _
) As String
'Usage
Dim dashboard As Dashboard
Dim returnValue As String
returnValue = ErrorUtils.GetDashboardName(dashboard)
public static string GetDashboardName(
Dashboard dashboard
)
Parameters
dashboard
Type: Microsoft.PerformancePoint.Scorecards.DashboardThe dashboard.
Return Value
Type: System.String
A string that contains the name of the specified dashboard.