Właściwość ReportViewer.ShowExportButton —
Indicates whether the Export button is visible on the control.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
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)
Wartość właściwości
Typ: Boolean
A Boolean value. The default value is true.