❔ Fastreports opensource, how do i use it?
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?
var rep = new Report();
rep.Load("report.frx");
rep.Report.Prepare();