Columnar Layout
Columns allow creating a report or subreport where the Detail section of a Report can have a columnar layout. When specifying a columnar layout, rather than repeating data across a single row, it is repeated among columns.
Specifying Columnar Layout
Specify the columns property of a report's details section to specify using columns. Then add the layout elements to the first column.
Then, when generating the PDF report, the data flows from column one to column n before creating a new data row.
Example
Examples using columns are available from GitHub. After downloading the DLEX file and the JSON data, add it to your cloud storage space using the Resource Manager.
Project Name | Folder | Resources | Location |
---|---|---|---|
designer-usersguide-examples |
designer |
columns.dlex , columns.json |
https://github.com/dynamicpdf-api/designer-usersguide-examples/tree/main/designer |
columns-subreport.dlex , columns-subreport.json |