Proprietà ReportViewer.ShowPromptAreaButton

Indica se il pulsante Area messaggi di richiesta è visibile.

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

Sintassi

'Dichiarazione
<CategoryAttribute("Toolbar")> _
<SRDescriptionAttribute("ShowPromptAreaButtonDesc")> _
<DefaultValueAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPromptAreaButton

instance.ShowPromptAreaButton = value
[CategoryAttribute("Toolbar")] 
[SRDescriptionAttribute("ShowPromptAreaButtonDesc")] 
[DefaultValueAttribute(true)] 
public bool ShowPromptAreaButton { get; set; }
[CategoryAttribute(L"Toolbar")] 
[DefaultValueAttribute(true)] 
public:
bool ShowPromptAreaButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowPromptAreaButton ()

/** @property */
public void set_ShowPromptAreaButton (boolean value)
public function get ShowPromptAreaButton () : boolean

public function set ShowPromptAreaButton (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms