IReportViewerMessages2.ExportErrorTitle 属性

获取在导出报表的过程中发生错误时对话框的标题文本。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
ReadOnly Property ExportErrorTitle As String
    Get
用法
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

属性值

类型:System.String
一个字符串,包含在导出报表的过程中发生错误时对话框的标题文本。

请参阅

参考

IReportViewerMessages2 接口

Microsoft.Reporting.WinForms 命名空间