Want launch design a report at runtime
I have installed FastReport.Core (2021.3.22-demo) and FastReport.Compat (2021.2.10) in my WPF project.
I want launch design a report at runtime, so call the Design() method as following
FReport = new Report();
FReport.Design();
But the FReport object is not exist 'Design()' method, how can I solve this problem?
Comments
I reference this document : https://www.fast-report.com/en/blog/show/lists-and-arrays-as-datasource-for-report/