Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text of the Cancel link in the wait control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property CancelLinkText As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String
value = instance.CancelLinkText
string CancelLinkText { get; }
property String^ CancelLinkText {
String^ get ();
}
/** @property */
String get_CancelLinkText ()
function get CancelLinkText () : String
Property Value
A string value that represents the Cancel link text.
See Also
Reference
IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WebForms Namespace