Compartir a través de


ReportViewer.ShowPromptAreaButton (Propiedad)

Obtiene o establece un valor que indica si el botón que muestra y contrae el área de mensajes está visible en la barra de división.

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

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPromptAreaButton {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (value : boolean)

Valor de propiedad

Tipo: Boolean
true si el botón está visible en la barra de división; en caso contrario, false.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)