My-FyiReporting
My-FyiReporting copied to clipboard
Linux Designer Support
Make the designer work on Linux. Create DEB installer packages for Ubuntu.
How it goes? Can i use RdlResigner.exe and RdlCmd.exe on Ubuntu Linux?
I have not tested RdlCmd.exe on Ubuntu but it should work without any problems. RdlDesigner.exe will not work. It will start but you cannot do anything because of problems with the mono winform implementation.
It will probably be a long time before the designer works on linux. Many missing features and fixes will need to be made in mono. Run MoMA to see missing features and problems - http://www.mono-project.com/MoMA Get the fixes upstream - https://github.com/mono/mono/tree/master/mcs/class/Managed.Windows.Forms
The designer control being developed in https://github.com/majorsilence/My-FyiReporting/issues/42 may be a way forward. It is less complicated then the regular designer and may have less problems on mono winforms.