Partilhar via


ErrorUtils.GetDashboardName Method

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

Return Value

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

See Also

Reference

ErrorUtils Class

ErrorUtils Members

Microsoft.PerformancePoint.Scorecards.Server Namespace