次の方法で共有


IReportViewerMessages2 インターフェイス

 

公開日: 2016年4月

カスタマイズしたユーザー インターフェイス メッセージを実装するためのメソッドとプロパティを定義します。

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

構文

public interface IReportViewerMessages2 : IReportViewerMessages
public interface class IReportViewerMessages2 : IReportViewerMessages
type IReportViewerMessages2 = 
    interface
        interface IReportViewerMessages
    end
Public Interface IReportViewerMessages2
    Inherits IReportViewerMessages

プロパティ

名前 説明
System_CAPS_pubproperty AllFilesFilter

レポートをエクスポートする際の [名前を付けて保存] ダイアログ ボックスの [すべてのファイル] フィルター オプションのテキストを取得します。

System_CAPS_pubproperty BackButtonToolTip

[戻る] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty BackMenuItemText

[戻る] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ChangeCredentialsText

[資格情報の変更] ボタンのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty CurrentPageTextBoxToolTip

[現在のページ] テキスト ボックスのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty DateToolTip

データ型が DateTime のレポート パラメーターの上にポインターを置いた場合に表示されるツールヒント テキストを取得します。

System_CAPS_pubproperty DocumentMapButtonToolTip

[見出しマップ] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty DocumentMapMenuItemText

[見出しマップ] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ExportButtonToolTip

[エクスポート] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ExportErrorTitle

レポートのエクスポートでエラーが発生した場合のダイアログ ボックスのタイトル テキストを取得します。

System_CAPS_pubproperty ExportMenuItemText

[エクスポート] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FalseValueText

false の値のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FindButtonText

[検索] ボタンのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FindButtonToolTip

[検索] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FindNextButtonText

[次を検索] ボタンのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FindNextButtonToolTip

[次を検索] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FirstPageButtonToolTip

[先頭ページ] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty FloatToolTip

データ型が Float のレポート パラメーターの上にポインターを置いた場合に表示されるツールヒント テキストを取得します。

System_CAPS_pubproperty HyperlinkErrorTitle

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

System_CAPS_pubproperty IntToolTip

データ型が Integer のレポート パラメーターの上にポインターを置いた場合に表示されるツールヒント テキストを取得します。

System_CAPS_pubproperty LastPageButtonToolTip

[最終ページ] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty MessageBoxTitle

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

System_CAPS_pubproperty NextPageButtonToolTip

[次のページ] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty NoMoreMatches

それ以上一致する項目がないことを示すメッセージのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty NullCheckBoxText

[Null] チェック ボックスのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty NullCheckBoxToolTip

[Null] チェック ボックスのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty NullValueText

null の値のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PageOf

ページ割り当てメッセージのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PageSetupButtonToolTip

[ページ設定] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PageSetupMenuItemText

[ページ設定] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ParameterAreaButtonToolTip

[パラメーター エリア] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PasswordPrompt

パスワード プロンプトのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PreviousPageButtonToolTip

[前のページ] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PrintButtonToolTip

[印刷] ボタンのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PrintLayoutButtonToolTip

[印刷レイアウト] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PrintLayoutMenuItemText

[印刷レイアウト] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PrintMenuItemText

[印刷] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ProcessingStopped

レポートの処理が停止された場合に表示されるテキストを取得します。

System_CAPS_pubproperty ProgressText

レポートの処理中に表示される進行状況メッセージのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty PromptAreaErrorTitle

プロンプト領域でエラーが発生した場合のダイアログ ボックスのタイトル テキストを取得します。

System_CAPS_pubproperty RefreshButtonToolTip

[最新の情報に更新] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty RefreshMenuItemText

[最新の情報に更新] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty SearchTextBoxToolTip

[検索] テキスト ボックスのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty SelectAll

複数の値を含んでいるドロップダウン リスト ボックスの [すべて選択] 項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty SelectAValue

値を選択するプロンプトのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty StopButtonToolTip

[停止] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty StopMenuItemText

[停止] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty StringToolTip

データ型が String のレポート パラメーターの上にポインターを置いた場合に表示されるツールヒント テキストを取得します。

System_CAPS_pubproperty TextNotFound

テキストが見つからなかったというメッセージのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty TotalPagesToolTip

[総ページ数] 項目のツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty TrueValueText

true の値のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty UserNamePrompt

ユーザー名のプロンプトのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ViewReportButtonText

[レポートの表示] ボタンのテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ViewReportButtonToolTip

[レポートの表示] ボタンのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ZoomControlToolTip

[ズーム] コントロールのツールヒント テキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ZoomMenuItemText

[ズーム] メニュー項目のテキストを提供します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ZoomToPageWidth

[ズーム] - [ページの幅] オプションのテキストを指定します。(IReportViewerMessages から継承されます。)

System_CAPS_pubproperty ZoomToWholePage

[ズーム] - [ページ全体] 項目のテキストを指定します。(IReportViewerMessages から継承されます。)

メソッド

名前 説明
System_CAPS_pubmethod CredentialMissingUserNameError(String)

データ ソースの資格情報にユーザー名が指定されない場合に表示されるエラー テキストを返します。

System_CAPS_pubmethod GetLocalizedNameForRenderingExtension(String)

現在のエクスポート形式のローカライズされた名前を返します。

System_CAPS_pubmethod ParameterMissingSelectionError(String)

複数値レポート パラメーターで選択が行われていない場合に表示されるエラー テキストを返します。

System_CAPS_pubmethod ParameterMissingValueError(String)

レポート パラメーターが指定されていない場合に表示されるエラー テキストを返します。

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る