ReportViewer.ShowParameterPrompts Property

Gets or sets a value that indicates whether parameter prompts are displayed.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowParameterPrompts As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowParameterPrompts

instance.ShowParameterPrompts = value
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
public bool ShowParameterPrompts { get; set; }
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
public:
property bool ShowParameterPrompts {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowParameterPrompts ()

/** @property */
public void set_ShowParameterPrompts (boolean value)
public function get ShowParameterPrompts () : boolean

public function set ShowParameterPrompts (value : boolean)

Property Value

true if parameter prompts are displayed; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace