Condividi tramite


Proprietà ReportViewer.ShowStopButton

Indica se il pulsante Interrompi è visibile.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
Valore booleano.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms