IReportViewerMessages3.CancelLinkText Property

 

Gets the text of the Cancel link in the wait control.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

string CancelLinkText { get; }
property String^ CancelLinkText {
    String^ get();
}
abstract CancelLinkText : string with get
ReadOnly Property CancelLinkText As String

Property Value

Type: System.String

A string value that represents the Cancel link text.

Examples

Legacy Code Example

 

See Also

IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace

Return to top