C#C
C#3y ago
ch3rry

❔ Fastreports opensource, how do i use it?

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?
Was this page helpful?