Proprietà ReportViewer.ShowPageNavigationControls

Recupera o imposta un valore che indica se i controlli per la navigazione tra le pagine sono visibili nella barra degli strumenti.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowPageNavigationControls As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true se i controlli per la navigazione tra le pagine sono visibili nella barra degli strumenti; in caso contrario, false. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms