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
'Declaration
ReadOnly Property HyperlinkErrorTitle As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String
value = instance.HyperlinkErrorTitle
string HyperlinkErrorTitle { get; }
property String^ HyperlinkErrorTitle {
String^ get ();
}
/** @property */
String get_HyperlinkErrorTitle ()
function get HyperlinkErrorTitle () : String
Property Value
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
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace