09-15-2020, 09:22 AM
Most developers create PDF based reports which are the standard for web reports.
There are a couple of demos that show how the basics should work when generating a report. More specifically, using the file cache.
You basically generate a PDF file using any report generator, including Crystal, and add it to the cache. Then you just use it as any PDF file in a web application.
For instance this one: https://github.com/Atozed/IntraWeb/tree/...eTimeCache
There are a couple of demos that show how the basics should work when generating a report. More specifically, using the file cache.
You basically generate a PDF file using any report generator, including Crystal, and add it to the cache. Then you just use it as any PDF file in a web application.
For instance this one: https://github.com/Atozed/IntraWeb/tree/...eTimeCache

