Partilhar via


Propriedade ReportViewer.ShowPageNavigationControls

Obtém ou define um valor que indica se os controles de navegação de página estão visíveis na barra de ferramentas.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowPageNavigationControls As Boolean
[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)

Valor de propriedade

Tipo: Boolean
true se os controles de navegação de página estão visíveis na barra de ferramentas; caso contrário, false.O padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms