Loading...
 
Multi-Language Add-In for Visual Studio

Multi-Language Add-In for Visual Studio


DevExpress XtraReports not handled properly

I found that controls in reports derived from XtraReport are not scanned at all.
Could you add a better support for XtraReports?

Germany

Hi,

I am on vacation at present, but I will take a look when I return (after the 13th September).

Phil


Germany

Hi,

I have just uploaded a new version (4.54.0008) which should now scan XtraReports.

Previously, they were not scanned, because they do not inherit from System.Windows.Forms.Form or System.Windows.Forms.UserControl. The new version also scans classes which inherit from DevExpress.XtraReports.UI.XtraReport.

At present, this is hard coded into the Add-In, which is not really a good solution. It would be better if I could use reflection to determine which base classes support localization. I will try to find a way to do this.

Phil