Właściwość ReportViewer.ShowParameterPrompts —
Gets or sets a value that indicates whether parameter prompts are displayed.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowParameterPrompts As Boolean
[WebBrowsableAttribute(true)]
public bool ShowParameterPrompts { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowParameterPrompts {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowParameterPrompts : bool with get, set
function get ShowParameterPrompts () : boolean
function set ShowParameterPrompts (value : boolean)
Wartość właściwości
Typ: Boolean
true if parameter prompts are displayed; otherwise, false. The default is true.