views:

108

answers:

1

Is there a way to translate the ASP.NET Report Viewer messages, such as "Find", "Next", "Export" and so on.

I have a class to translate but it works only in Windows Forms version.

A: 

Does your class implement IReportViewerMessages? If so, it works with the web ReportViewer too. This MSDN page shows what you need:

http://msdn.microsoft.com/en-us/library/microsoft.reporting.webforms.ireportviewermessages%28VS.80%29.aspx

Matt Greer