Propiedad ReportViewer.ShowExportControls

Indica si los controles Exportar son visibles en el control.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
Public Property ShowExportControls As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowExportControls

instance.ShowExportControls = value
[WebBrowsableAttribute(true)] 
[CategoryAttribute("ToolBar")] 
[DefaultValueAttribute(true)] 
public bool ShowExportControls { get; set; }
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
[DefaultValueAttribute(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)

Valor de la propiedad

Un valor Boolean. El valor predeterminado es true.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms