rapport v0.6.4 Rapport.Page

Link to this section Summary

Functions

Adds a new page to a report

Adds a new page to a report

Adds a list of pages to a report

Link to this section Functions

Link to this function add_page(report, page)

Adds a new page to a report.

Options

Link to this function add_page(report, page_template, fields)

Adds a new page to a report.

Options

  • report - A Rapport.Report struct that you want to add the page to.
  • page_template - An EEx template for the page
  • fields - 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