ReportViewer.ShowPageNavigationControls Property

Indicates whether the page navigation controls are visible.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

value = instance.ShowPageNavigationControls

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

A Boolean value. The default value is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace