ReportViewer.ShowPageNavigationControls 屬性
取得或設定指出是否可在工具列上看到頁面導覽控制項的值。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<WebBrowsableAttribute(True)> _
Public Property ShowPageNavigationControls As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
如果可以在工具列上看到頁面導覽控制項,則為 true,否則為 false。預設為 true。