21 Producing Pixel-Perfect Reports

Use a Report Query with an associated Report Layout to produce a pixel-perfect PDF report.

The report sources in the Report Query definition identify the data the report requires, while the Report Layout document template formats it appropriately.

The APEX engine sends the layout file and the data in JSON format to a remote printing service. The report server combines the layout with the data and returns a formatted report. Your Report Query definition can include multiple data sources and your layout can use any formatting the template document allows. The result is a flexible system to produce whatever pixel-perfect reports your application may need.