ReportViewer.ShowExportControls Propiedad
Obtiene o establece un valor que indica si el control Exportar está visible en la barra de herramientas.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<WebBrowsableAttribute(True)> _
Public Property ShowExportControls As Boolean
Get
Set
'Uso
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowExportControls
instance.ShowExportControls = value
[WebBrowsableAttribute(true)]
public bool ShowExportControls { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowExportControls {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowExportControls : bool with get, set
function get ShowExportControls () : boolean
function set ShowExportControls (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true si el control Exportar está visible en la barra de herramientas; en caso contrario, false. El valor predeterminado es true.