Propriedade ReportViewer.ShowExportButton
Indica se o botão Exportar está visível no controle.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.