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。