Share via


IReportViewerMessages2.ExportErrorTitle Property

Gets the title text for the dialog box when an error occurs exporting a report.

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

Syntax

'Declaration
ReadOnly Property ExportErrorTitle As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ExportErrorTitle
string ExportErrorTitle { get; }
property String^ ExportErrorTitle {
    String^ get ();
}
/** @property */
String get_ExportErrorTitle ()
function get ExportErrorTitle () : String

Property Value

A String that contains the title text for the dialog box when an error occurs exporting a report.

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace