DEV Community

Discussion on: Open Source Reporting Solution (FastReport) - Simple Demo with .NET Core

Collapse
 
jaygeek profile image
jaygeek ☕

UPDATE: Just learned they are on on holiday until January 11th!
That explains why I cannot get replies to my tickets or phone calls at all. I've build a .NET Core 3.1 solution. (Your example, though good, generates an embedded PDF (iframe) which prints with a dialog.) We can find no way in Core to print (without the print dialog, directly... as within my .NET Core console app which we will run as a Windows Service.)

Also, these objects seem to be completely undefined in Core, even though we've purchased their Enterprise product:
myReport.Report.PrintPrepared(settings);
myReport.Report.Print();

Please help any way you can!

Thread Thread
 
zoltanhalasz profile image
Zoltan Halasz

I really don't know the answer to your question. Try exporting the fpx file, and print it with the report viewer application, maybe this solves your question. But I didn't study this deeper to be able to help you.