다음을 통해 공유


IReportViewerMessages2 인터페이스

Defines methods and properties for implementing customized user interface messages.

네임스페이스: Microsoft.Reporting.WebForms
어셈블리: microsoft.reportviewer.webforms.dll의 Microsoft.ReportViewer.WebForms

구문

주의

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>

Note참고

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 네임스페이스