Propriété ReportViewer.ShowPromptAreaButton
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 (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowPromptAreaButton As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPromptAreaButton
instance.ShowPromptAreaButton = value
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 : System.Boolean
true si le bouton est visible dans la barre de fractionnement ; false dans le cas contraire. La valeur par défaut est true.