Condividi tramite


Proprietà IReportViewerMessages2.ExportErrorTitle

Recupera il testo del titolo della finestra di dialogo quando viene generato un errore durante l'esportazione di un rapporto.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
ReadOnly Property ExportErrorTitle As String
    Get
'Utilizzo
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ExportErrorTitle
string ExportErrorTitle { get; }
property String^ ExportErrorTitle {
    String^ get ();
}
abstract ExportErrorTitle : string
function get ExportErrorTitle () : String

Valore proprietà

Tipo: System.String
Valore String contenente il testo del titolo della finestra di dialogo quando viene generato un errore durante l'esportazione di un rapporto.

Vedere anche

Riferimento

IReportViewerMessages2 Interfaccia

Spazio dei nomi Microsoft.Reporting.WinForms