Share via


ReportViewer.ShowPageNavigationControls Property

Gets or sets a value that indicates whether the page navigation controls are 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 ShowPageNavigationControls As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPageNavigationControls

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

/** @property */
public void set_ShowPageNavigationControls (boolean value)
public function get ShowPageNavigationControls () : boolean

public function set ShowPageNavigationControls (value : boolean)

Property Value

true if the page navigation controls are visible on the toolbar; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace