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

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

Property Value

Type: System.Boolean

A Boolean value. The default value is true.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top