ReportViewer.ShowExportButton Property
Indicates whether the Export button is visible on the control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
Public Property ShowExportButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowExportButton
instance.ShowExportButton = value
[DefaultValueAttribute(true)]
public bool ShowExportButton { get; set; }
[DefaultValueAttribute(true)]
public:
property bool ShowExportButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowExportButton ()
/** @property */
public void set_ShowExportButton (boolean value)
public function get ShowExportButton () : boolean
public function set ShowExportButton (value : boolean)
Property Value
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace