Compartir a través de


ReportViewer.ShowExportButton (Propiedad)

Indica si el botón Exportar está visible en el control.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Boolean
Un valor booleano.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)