Partilhar via


Propriedade ReportViewer.ShowStopButton

Indica se o botão Parar está visível.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Boolean
Um valor booliano.O valor padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms