Condividi tramite


Proprietà ReportViewer.ShowPageNavigationControls

Indica se i controlli per lo spostamento tra le pagine sono visibili.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("ShowPageNavigationDesc")> _
Public Property ShowPageNavigationControls As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPageNavigationControls

instance.ShowPageNavigationControls = value
[CategoryAttribute("ToolBar")] 
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[SRDescriptionAttribute("ShowPageNavigationDesc")] 
public bool ShowPageNavigationControls { get; set; }
[CategoryAttribute(L"ToolBar")] 
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
public:
bool ShowPageNavigationControls {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowPageNavigationControls ()

/** @property */
public void set_ShowPageNavigationControls (boolean value)
public function get ShowPageNavigationControls () : boolean

public function set ShowPageNavigationControls (value : boolean)

Valore proprietà

Valore Boolean. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms