Partager via


Propriété ReportViewer.ShowPageNavigationControls

Obtient ou définit une valeur qui indique si les contrôles de navigation entre les pages sont visibles dans la barre d'outils.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowPageNavigationControls As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPageNavigationControls

instance.ShowPageNavigationControls = value
[WebBrowsableAttribute(true)]
public bool ShowPageNavigationControls { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPageNavigationControls {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPageNavigationControls : bool with get, set
function get ShowPageNavigationControls () : boolean
function set ShowPageNavigationControls (value : boolean)

Valeur de propriété

Type : System.Boolean
true si les contrôles de navigation entre les pages sont visibles dans la barre d'outils ; false dans le cas contraire. La valeur par défaut est true.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms