ツール バーにページ ナビゲーション コントロールを表示するかどうかを示す値を取得または設定します。
名前空間: 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 です。