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
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true si dichos controles están visibles en la barra de herramientas; en caso contrario, false. El valor predeterminado es true.