IReportViewerMessages3.ExportDialogTitle 属性

获取用户选择导出格式后打开的**“导出”**对话框的标题。

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

语法

声明
ReadOnly Property ExportDialogTitle As String
    Get
用法
Dim instance As IReportViewerMessages3
Dim value As String

value = instance.ExportDialogTitle
string ExportDialogTitle { get; }
property String^ ExportDialogTitle {
    String^ get ();
}
abstract ExportDialogTitle : string
function get ExportDialogTitle () : String

属性值

类型:System.String
一个 string 值,该值指定**“导出”**对话框的标题。

请参阅

参考

IReportViewerMessages3 接口

Microsoft.Reporting.WinForms 命名空间