Propriedade ReportViewer.ShowPageNavigationControls
Indica se os controles de navegação de página estão visíveis.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Property ShowPageNavigationControls As Boolean
public bool ShowPageNavigationControls { get; set; }
public:
property bool ShowPageNavigationControls {
bool get ();
void set (bool value);
}
member ShowPageNavigationControls : bool with get, set
function get ShowPageNavigationControls () : boolean
function set ShowPageNavigationControls (value : boolean)
Valor de propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.