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