IReportViewerMessages2.HyperlinkErrorTitle Property

 

Gets the title text for the dialog box if an error occurs when the user selects a Hyperlink in the report.

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

Syntax

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

Property Value

Type: System.String

A String that contains the title text for the dialog box if an error occurs when the user selects a Hyperlink in the report.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top