Share via


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.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace