C
C#9mo ago
ch3rry

❔ Fastreports opensource, how do i use it?

var rep = new Report();
rep.Load("report.frx");
rep.Report.Prepare();
var rep = new Report();
rep.Load("report.frx");
rep.Report.Prepare();
i have this piece of code which i supposed to load a report, but i can't get it to show the print dialog. is this something i have to do on my own?
2 Replies
Denis
Denis9mo ago
Maybe check their documentation, tests? Submit a GitHub issue or use GitHub discussions to ask the owners and users of the project directly?
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.