ExportSettings.DashboardLink Property

The absolute URL used to reference the dashboard that contains the report or scorecard to export.

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

Syntax

'Declaration
Public Property DashboardLink As String
    Get
    Set
'Usage
Dim instance As ExportSettings
Dim value As String

value = instance.DashboardLink

instance.DashboardLink = value
public string DashboardLink { get; set; }

Property Value

Type: System.String

See Also

Reference

ExportSettings Class

ExportSettings Members

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace