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.
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.
Does your class implement IReportViewerMessages
? If so, it works with the web ReportViewer too. This MSDN page shows what you need: