Partilhar via


Propriedade IReportViewerMessages2.HyperlinkErrorTitle

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 (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
ReadOnly Property HyperlinkErrorTitle As String
string HyperlinkErrorTitle { get; }
property String^ HyperlinkErrorTitle {
    String^ get ();
}
abstract HyperlinkErrorTitle : string with get
function get HyperlinkErrorTitle () : String

Valor de propriedade

Tipo: 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.

Consulte também

Referência

IReportViewerMessages2 Interface

Namespace Microsoft.Reporting.WinForms