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
Boolean 值。預設值為 true。