rapport v0.6.1 Rapport.Page
Link to this section Summary
Link to this section Functions
Link to this function
add_page(report, page)
Adds a new page to a report.
Options
report
- ARapport.Report
struct that you want to add the page to.page
- ARapport.Page
struct
Link to this function
add_page(report, page_template, fields)
Adds a new page to a report.
Options
report
- ARapport.Report
struct that you want to add the page to.page_template
- An EEx template for the pagefields
- A map with fields that must be assigned to the EEx template
Link to this function
add_pages(report, pages)
Adds a list of pages to a report.
Options
report
- ARapport.Report
struct that you want to add the page to.pages
- A list withRapport.Page
structs