Partager via


Propriété ReportViewer.ShowPageNavigationControls

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

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("ShowPageNavigationDesc")> _
Public Property ShowPageNavigationControls As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPageNavigationControls

instance.ShowPageNavigationControls = value
[CategoryAttribute("ToolBar")] 
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[SRDescriptionAttribute("ShowPageNavigationDesc")] 
public bool ShowPageNavigationControls { get; set; }
[CategoryAttribute(L"ToolBar")] 
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
public:
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)

Valeur de la propriété

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

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms