Propriété ReportViewer.ShowWaitControlCancelLink
Obtient ou définit une valeur Boolean qui contrôle s'il faut afficher le lien Annuler dans le contrôle d'attente.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowWaitControlCancelLink As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowWaitControlCancelLink
instance.ShowWaitControlCancelLink = value
[WebBrowsableAttribute(true)]
public bool ShowWaitControlCancelLink { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowWaitControlCancelLink {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowWaitControlCancelLink : bool with get, set
function get ShowWaitControlCancelLink () : boolean
function set ShowWaitControlCancelLink (value : boolean)
Valeur de propriété
Type : System.Boolean
true si le lien Annuler doit apparaître ; sinon, false. La valeur par défaut est true.