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
<DefaultValueAttribute(True)> _
<CategoryAttribute("Toolbar")> _
<SRDescriptionAttribute("ShowStopButtonDesc")> _
Public Property ShowStopButton As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowStopButton

instance.ShowStopButton = value
[DefaultValueAttribute(true)] 
[CategoryAttribute("Toolbar")] 
[SRDescriptionAttribute("ShowStopButtonDesc")] 
public bool ShowStopButton { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Toolbar")] 
public:
bool ShowStopButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowStopButton ()

/** @property */
public void set_ShowStopButton (boolean value)
public function get ShowStopButton () : boolean

public function set ShowStopButton (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms