No Export to PDF
Hello,
I installed FastReport.OpenSource.2020.1.0 in my WinForm C# project and reference to FastReport.dll is okay.
I am trying to export a report .frx that I created with FastReport Community;
It is being correctly loaded along its dataset and prepare method is working but when I try to export this frx to PDF format I cannot for the format avalibale are HTML and Image as you see in the pic.
Is there someone that could help me to understand why I'm not allowed to export as PDF?
What am I missing?
Thanks in advance.
Comments
There are no exports in the community version.
In OpenSource, only HTML and Image are available. There are no other exports, including PDF.
Hello Anatoly,
I found this: https://www.nuget.org/packages/FastReport.OpenSource.Export.PdfSimple/2020.1.0
installed and it works!
Thanks.