Posted 25 April 2018, 2:28 pm EST
I have a large application that was written using ActiveReports 6 and recently upgraded it to use version 11. After doing that I noticed that when exporting reports to Excel it is behaving differently between the two versions dealing with word wrapping and cell merging. I have created two simple C# projects that demonstrate the Excel export differences and have attached them. One project uses ActiveReports version 6.3.4797 and the other uses 11.2.10750 (I did not include the referenced dlls, and the exact versions probably don’t matter).
Both programs create a SectionReport that has three lines of text where the first line is multiline because of wrapped text. The v6 program displays the report correctly, and the Excel export (generated on closing) is correct with three cells containing all the report information. The v11 program displays the report correctly, but the Excel export only contains two cells with the second lines information missing.
Is this a known bug, or is there a workaround to get the version 11 export to include all the information on the report?
Thanks,
ActiveReportsSupportExample2.zip