Aracılığıyla paylaş


ReportViewer.ShowBackButton Özellik

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

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
<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)

Özellik Değeri

Tür: Boolean
true if the Back button is visible on the toolbar; otherwise, false. The default is true.

Ayrıca bkz.

Başvuru

ReportViewer Sınıf

Microsoft.Reporting.WebForms Ad Alanı