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
string ExportErrorTitle { get; }
property String^ ExportErrorTitle {
    String^ get ();
}
abstract ExportErrorTitle : string with get
function get ExportErrorTitle () : String

Valore proprietà

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

Riferimenti

IReportViewerMessages2 Interfaccia

Spazio dei nomi Microsoft.Reporting.WinForms