次の方法で共有


IReportViewerMessages2.HyperlinkErrorTitle プロパティ

 

発行: 2016年4月

ユーザーがレポートのハイパーリンクを選択した際にエラーが発生した場合のダイアログ ボックスのタイトル テキストを取得します。

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

構文

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

プロパティ値

Type: System.String

ユーザーがレポートのハイパーリンクを選択した際にエラーが発生した場合のダイアログ ボックスのタイトル テキストを表す文字列

参照

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

トップに戻る