Posted 13 December 2019, 9:33 am EST
Hello,
I’m migrating C1Report to FlexReport by changing the code.
Using the following documentation, I was able to migrate to some formats:
https://www.grapecity.com/componentone/docs/win/online-flexreport/ExportingReportstoVariousFormats.html
Looking the documentation of the C1Report, it seems some formats are no longer available
http://helpcentral.componentone.com/nethelp/c1report/C1.C1Report.4~C1.C1Report.FileFormatEnum.html
1 - So, is there an equivalent of “FileFormatEnum.TextSinglePage” for FlexReport ?
MemoryStream stream = new MemoryStream();
rpt.RenderToStream(stream, FileFormatEnum.TextSinglePage);
2 - Also, I’m using the C1Document.Export.HTMLFilter and as the previous question, is there an equivalent of HTMLTableBased and HTMLDrillDown ? From my understanding, FileFormatEnum.HTML is the HTMLFilter and the FileFormatEnum.HTMLPaged became a property of the HTMLFilter.
Thanks
