Partager via


Propriété ReportViewer.ShowPageNavigationControls

 

Publication: mars 2016

Indique si les contrôles de navigation entre les pages sont visibles.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

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

Valeur de propriété

Type: System.Boolean

Valeur Boolean.La valeur par défaut est true.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début