Proprietà ReportViewer.ShowParameterPrompts
Recupera o imposta un valore che indica se i messaggi di richiesta dei parametri sono visualizzati.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<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)
Valore proprietà
Tipo: Boolean
true se i messaggi di richiesta dei parametri sono visualizzati; in caso contrario, false.Il valore predefinito è true.