ReportViewer.ShowParameterPrompts Property

 

Indicates whether parameter prompts are visible.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool ShowParameterPrompts { get; set; }
public:
property bool ShowParameterPrompts {
    bool get();
    void set(bool value);
}
member ShowParameterPrompts : bool with get, set
Public Property ShowParameterPrompts As Boolean

Property Value

Type: System.Boolean

A Boolean value. The default value is true.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top