Partilhar via


Propriedade ReportViewer.ShowPromptAreaButton

Obtém ou define um valor que indica se o botão que mostra e recolhe a área de avisos está visível na barra de divisão.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: Boolean
true se o botão estiver visível na barra de divisão; caso contrário, false.O padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms