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
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowStopButton
instance.ShowStopButton = value
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: System.Boolean
Valore booleano. Il valore predefinito è true.