DashboardItem.AllowOpenNewWindow property

Gets or sets a Boolean value that indicates whether the object supports opening in a new window.

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

Syntax

'Declaration
Public ReadOnly Property AllowOpenNewWindow As Boolean
    Get
'Usage
Dim instance As DashboardItem
Dim value As Boolean

value = instance.AllowOpenNewWindow
public bool AllowOpenNewWindow { get; }

Property value

Type: System.Boolean
true if the object supports opening in a new window; otherwise false.

Remarks

Filters not support opening in a new window.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace