Hi community,
first of all, I whish you the best for the new year...
Second, I have to create some report based on features retrieved by a first query.
These features will be the "header" of the report page.
I will have as much page as I have feature.
The report "body" will be build according to query besed on the feature. So for example I will have:
1) 3 features : AAA- BBB- CCC
==> 3 PDF pages with
AAA
BBB
CCC.
The body of the pagze will be a query based on:
Get info from AAA
==> Create a table in the page
Get info from BBB
==>Create table in the page
Get info from CCC
==> Create table in the page...
and At the end the 3 pages will look like:
{MAIN_FEATURE_ID}
TABLE WITH DATA
---
I already had a look at the PDFPageFormatter but I don't understand how it has to be configured.
I hope you understand what I want to achieve.
Thanks in advance for your help.
Best regards,
Steph.