Właściwość ReportViewer.ShowBackButton —
Gets or sets a value that indicates whether the Back button is visible on the toolbar.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowBackButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowBackButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowBackButton : bool with get, set
function get ShowBackButton () : boolean
function set ShowBackButton (value : boolean)
Wartość właściwości
Typ: Boolean
true if the Back button is visible on the toolbar; otherwise, false. The default is true.