次の方法で共有


IReportViewerMessages2.MessageBoxTitle プロパティ

 

発行: 2016年4月

ReportViewer で表示されるメッセージ ボックスのダイアログ ボックスのタイトル テキストを取得します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

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

プロパティ値

Type: System.String

ReportViewer で表示されるメッセージ ボックスのダイアログ ボックスのタイトル テキストを表す文字列

参照

IReportViewerMessages2 インターフェイス
Microsoft.Reporting.WinForms 名前空間

トップに戻る