Partager via


Propriété ReportViewer.ShowExportButton

Indique si le bouton Exporter est visible dans le contrôle.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property ShowExportButton As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowExportButton

instance.ShowExportButton = value
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)

Valeur de propriété

Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms