Share via


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
[エクスポート中] ダイアログ ボックスのタイトルを指定する文字列値。

関連項目

参照

IReportViewerMessages3 インターフェイス

Microsoft.Reporting.WinForms 名前空間