Freigeben über


ReportViewer.ShowPageNavigationControls-Eigenschaft

Gibt an, ob die Steuerelemente für die Seitennavigation sichtbar sind.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property ShowPageNavigationControls As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPageNavigationControls

instance.ShowPageNavigationControls = value
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("ToolBar")] 
public bool ShowPageNavigationControls { get; set; }
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
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)

Eigenschaftenwert

Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WebForms-Namespace