Atozed Forums
Best method for print report - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Best method for print report (/thread-2007.html)



Best method for print report - softdev85 - 09-26-2020

Hello,
I would like to Known ,
what is the best way for print report i, on intraweb 15 ?

There are some third part library like,
fastreport
rave report
or other one

but what is best soluce ?

thank's a lot for your help

Best regards


RE: Best method for print report - Jose Nilton Pace - 09-26-2020

Hi. In my case, the best for me is FastReport to generate PDFs.


RE: Best method for print report - zsleo - 09-27-2020

(09-26-2020, 02:38 PM)Jose Nilton Pace Wrote: Hi. In my case, the best for me is FastReport to generate PDFs.

+1


RE: Best method for print report - Сергей Александрович - 01-30-2021

Я использую FastReport в своей работе. Теперь я делаю отчеты в IntraWeb. Поделитесь своим опытом. После подготовки PDF-файла, как вы отображаете его на экране?


RE: Best method for print report - kudzu - 01-30-2021

You can send the PDF as a stream, or save it to the temp cache and serve it as a file link.


RE: Best method for print report - DanBarclay - 01-30-2021

Check the discussion in these threads, in particular look at concerns and options for dealing with threading issues in report libraries:

https://www.atozed.com/forums/showthread.php?tid=920&pid=2402#pid2402

https://www.atozed.com/forums/showthread.php?tid=1037&pid=2928#pid2928


Dan


RE: Best method for print report - Сергей Александрович - 01-31-2021

I have a ready-made report file in PDF format. It is written to disk. How can I now display it on the screen using IW ? TIWImage does not work with PDF files...


RE: Best method for print report - kudzu - 01-31-2021

There are several demos showing how to display PDFs

https://github.com/Atozed/IntraWeb/search?q=pdf


RE: Best method for print report - DanBarclay - 02-01-2021

(01-31-2021, 10:13 AM)Сергей Александрович Wrote: I have a ready-made report file in PDF format. It is written to disk. How can I now display it on the screen using IW ? TIWImage does not work with PDF files...

As Chad indicated, there are several ways to do it.  One is shown in the CGIRunner demo referenced in the discussions I linked earlier.  That one uses the IWModalWindow, which is probably the easiest.    Since you already have the report generated, you can check the ModalWindow demo... I think there is an example there as well.

Dan


RE: Best method for print report - Сергей Александрович - 02-01-2021

Thank you very much. Everything turned out with the use of IWModalWindow.