Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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