Partager via


Propriété ReportViewer.ShowExportControls

Indique si les contrôles Exporter sont visibles dans le contrôle.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("ShowExportButtonDesc")> _
Public Property ShowExportControls As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowExportControls

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

/** @property */
public void set_ShowExportControls (boolean value)
public function get ShowExportControls () : boolean

public function set ShowExportControls (value : boolean)

Valeur de la propriété

Valeur Boolean. La valeur par défaut est true.

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms