다음을 통해 공유


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