Partager via


ReportViewer.ShowPromptAreaButton, propriété

Indique si le bouton qui affiche ou réduit la zone de message est visible dans la barre de fractionnement.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Boolean
true si le bouton est visible dans la barre de fractionnement ; false dans le cas contraire.La valeur par défaut est true.

Voir aussi

Référence

ReportViewer Classe

Microsoft.Reporting.WinForms, espace de noms