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

public bool ShowBackButton { get; set; }
public:
property bool ShowBackButton {
    bool get();
    void set(bool value);
}
member ShowBackButton : bool with get, set
Public Property ShowBackButton As Boolean

Property Value

Type: System.Boolean

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

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top