Compartir a través de


ReportViewer.ShowStopButton (Propiedad)

 

Publicada: abril de 2016

Indica si el botón Detener está visible.

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

Sintaxis

public bool ShowStopButton { get; set; }
public:
property bool ShowStopButton {
    bool get();
    void set(bool value);
}
member ShowStopButton : bool with get, set
Public Property ShowStopButton As Boolean

Valor de propiedad

Type: System.Boolean

Un valor booleano.El valor predeterminado es true.

Vea también

ReportViewer (Clase)
Microsoft.Reporting.WinForms (Espacio de nombres)

Volver al principio