ASP FastReport under Linux-Mono
Is it possible to split the Fast-Report in more granulated and logical parts? In my specific scenario, I am working with FR in web servers, showing reports in ASP. Now, I see that FR assemblies load functionality for winforms and other. The code is very mixed, mixing user interfaces with the report generation, with editors, etc.. I see a huge dependence between FR and the DevExpress controls, when if we are working in ASP, we do not need winforms or other controls.
I am asking this for two reasons:
1) For efficiency purposes
2) For have a more compatible source and to study to offer a solution for Mono platform.
My main interest is to have the ASP report generation core in a separated assembly and to work under Linux + Mono, since most of web servers use Linux, not Windows.
Is it possible? Is there some documentation or basic guidelines to accomplish it?
Thank you
I am asking this for two reasons:
1) For efficiency purposes
2) For have a more compatible source and to study to offer a solution for Mono platform.
My main interest is to have the ASP report generation core in a separated assembly and to work under Linux + Mono, since most of web servers use Linux, not Windows.
Is it possible? Is there some documentation or basic guidelines to accomplish it?
Thank you
Comments
- You confuse DevExpress with DevComponents (FastReport.Bars.dll).
- We don't have plans to support Mono.