次の方法で共有


IReportViewerMessages2 インターフェイス

Defines methods and properties for implementing customized user interface messages.

名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (microsoft.reportviewer.webforms.dll 内)

構文

'宣言
'使用

解説

You can implement the IReportViewerMessages2 interface to provide custom localization of the ReportViewer control user interface. This implementation is loaded by the ReportViewer control via a custom application setting in the Web.config configuration file with the key ReportViewerMessages.

For example:

<appSettings>

<add key="ReportViewerMessages" value="MyClass, MyAssembly" />

</appSettings>

[!メモ]

Please see ReportViewer 用の Web.config 設定 for more information on Web.config file settings.

If a null string value for a property is returned, the ReportViewer control will display the original user interface string for that item.

参照

リファレンス

IReportViewerMessages2 メンバ
Microsoft.Reporting.WebForms 名前空間