IReportViewerMessages3 Interface

Allows applications to provide customized user interface messages.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Interface IReportViewerMessages3
    Inherits IReportViewerMessages2, IReportViewerMessages
'Usage
Dim instance As IReportViewerMessages3
public interface IReportViewerMessages3 : IReportViewerMessages2, IReportViewerMessages
public interface class IReportViewerMessages3 : IReportViewerMessages2, IReportViewerMessages
public interface IReportViewerMessages3 extends IReportViewerMessages2, IReportViewerMessages
public interface IReportViewerMessages3 extends IReportViewerMessages2, IReportViewerMessages

Remarks

You can implement the IReportViewerMessages3 interface to provide custom localization of the ReportViewer control user interface. This implementation can be passed to the ReportViewer control by setting the Messages property of the ReportViewer control. The IReportViewerMessages3 interface does not allow customization of local or server report processing error messages.

Returning a null string value for a property will cause the ReportViewer control to display the original user interface string for that item.

See Also

Reference

IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace