ReportViewer.ShowWaitControlCancelLink Property

Gets or sets a Boolean value that controls whether to display the Cancel link in the wait control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowWaitControlCancelLink As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowWaitControlCancelLink

instance.ShowWaitControlCancelLink = value
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowWaitControlCancelLink { get; set; }
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public:
property bool ShowWaitControlCancelLink {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowWaitControlCancelLink ()

/** @property */
public void set_ShowWaitControlCancelLink (boolean value)
public function get ShowWaitControlCancelLink () : boolean

public function set ShowWaitControlCancelLink (value : boolean)

Property Value

true if the Cancel link should be shown; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace