ReportViewer.ShowBackButton Property

Indicates whether the Back 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 ShowBackButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowBackButton

instance.ShowBackButton = value
[DefaultValueAttribute(true)] 
public bool ShowBackButton { get; set; }
[DefaultValueAttribute(true)] 
public:
property bool ShowBackButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowBackButton ()

/** @property */
public void set_ShowBackButton (boolean value)
public function get ShowBackButton () : boolean

public function set ShowBackButton (value : boolean)

Property Value

A Boolean value indicating the visibility of the Back button. The default is value true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace