ReportViewer.ShowPageNavigationControls (Propiedad)
Obtiene o establece un valor que indica si los controles de navegación de la página están visibles en la barra de herramientas.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<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 propiedad
Tipo: Boolean
true si dichos controles están visibles en la barra de herramientas; en caso contrario, false.El valor predeterminado es true.