ツール バーに [印刷] ボタンを表示するかどうかを示す値を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property ShowPrintButton As Boolean
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPrintButton
instance.ShowPrintButton = value
[WebBrowsableAttribute(true)]
public bool ShowPrintButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPrintButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPrintButton : bool with get, set
function get ShowPrintButton () : boolean
function set ShowPrintButton (value : boolean)
プロパティ値
型: System.Boolean
ツール バーに [印刷] ボタンを表示する場合は true、表示しない場合は false。既定値は true です。