Właściwość ReportViewer.ShowStopButton —
Indicates whether the Stop button is visible.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property ShowStopButton As Boolean
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)
Wartość właściwości
Typ: Boolean
A Boolean value. The default value is true.