Compartir a través de


ReportViewer.ShowParameterPrompts (Propiedad)

Obtiene o establece un valor que indica si se muestran mensajes de parámetros.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: Boolean
true si se muestran los mensajes de parámetros; en caso contrario, false.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)