Propriété ReportViewer.ShowPageNavigationControls
Indique si les contrôles de navigation entre les pages sont visibles.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowPageNavigationControls As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPageNavigationControls
instance.ShowPageNavigationControls = value
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)
Valeur de propriété
Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.