ReportViewer.ShowStopButton プロパティ
[停止] ボタンを表示するかどうかを示します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public Property ShowStopButton As Boolean
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowStopButton
instance.ShowStopButton = value
public bool ShowStopButton { get; set; }
public:
property bool ShowStopButton {
bool get ();
void set (bool value);
}
member ShowStopButton : bool with get, set
function get ShowStopButton () : boolean
function set ShowStopButton (value : boolean)
プロパティ値
型: System.Boolean
ブール値。既定値は true です。