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