ReportViewer.ShowBackButton Property

Gets or sets a value that indicates whether the Back button is visible on the toolbar.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowBackButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowBackButton

instance.ShowBackButton = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowBackButton { get; set; }
[WebBrowsableAttribute(true)] 
[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

true if the Back button is visible on the toolbar; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace