Condividi tramite


Proprietà ReportViewer.ShowPromptAreaButton

Indica se il pulsante che consente di mostrare o comprimere l'area dei messaggi di richiesta è visibile sulla barra di divisione.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Property ShowPromptAreaButton As Boolean
public bool ShowPromptAreaButton { get; set; }
public:
property bool ShowPromptAreaButton {
    bool get ();
    void set (bool value);
}
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (value : boolean)

Valore proprietà

Tipo: Boolean
true se il pulsante è visibile sulla barra di divisione. In caso contrario false.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms