Condividi tramite


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
Public Property ShowExportButton As Boolean
public bool ShowExportButton { get; set; }
public:
property bool ShowExportButton {
    bool get ();
    void set (bool value);
}
member ShowExportButton : bool with get, set
function get ShowExportButton () : boolean
function set ShowExportButton (value : boolean)

Valore proprietà

Tipo: Boolean
Valore boolean.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms