Proprietà ReportViewer.ShowExportButton

Indica se il pulsante Esporta è visibile nel controllo.

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

Sintassi

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

value = instance.ShowExportButton

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

/** @property */
public void set_ShowExportButton (boolean value)
public function get ShowExportButton () : boolean

public function set ShowExportButton (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

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