Właściwość ReportViewer.ShowWaitControlCancelLink —
Gets or sets a Boolean value that controls whether to display the Cancel link in the wait control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowWaitControlCancelLink As Boolean
[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)
Wartość właściwości
Typ: Boolean
true if the Cancel link should be shown; otherwise, false. The default is true.