Compartir a través de


ReportViewer.ShowStopButton (Propiedad)

Indica si el botón Detener está visible.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Boolean
Un valor booleano.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)