Posted 6 October 2019, 11:56 pm EST
Hello,
1 : To learn how to convert C1Reports to C1FlexReports, please refer to the following link :
https://www.grapecity.com/blogs/3-ways-to-convert-your-c1report-to-flexreport
2 : To preview a FlexReport , you need to bind the FlexReport to the FlexViewer control as given in the link below :
https://help.grapecity.com/componentone/NetHelp/FlexReport/webframe.html#BindingFlexReportwithFlexViewer.html
3 : FlexReport does not contain any object for creating tables. However, this can be achieved indirectly by using TextFields and creating field borders (see “Table.flxr”). Also, ShapeField can be used to use lines as in tables (see “Report_TableLayout.flxr”).
These can be used in your applications, by loading the report with the Load instance.
We do not have C1PrintDocument’s equivalent API in FlexReport and hence, RenderTable does not exist in the same.
Note that the reports are bound to C1NWind.mdb shipped with the product.
Regards,
Prabhat Sharma.