GridHeaderItem.ShowHyperlinkInNewWindow Property
Gets or sets a Boolean value that indicates whether the hyperlink opens in a new window or in the same window.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ShowHyperlinkInNewWindow As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.ShowHyperlinkInNewWindow
instance.ShowHyperlinkInNewWindow = value
public bool ShowHyperlinkInNewWindow { get; set; }
Property Value
Type: System.Boolean
true if the hyperlink opens in a new window or in the same window; otherwise false.