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

string ExportErrorTitle { get; }
property String^ ExportErrorTitle {
    String^ get();
}
abstract ExportErrorTitle : string with get
ReadOnly Property ExportErrorTitle As String

Property Value

Type: System.String

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

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top