Packages

Rapport aims to provide a robust set of modules to generate HTML reports that both looks good in the browser and when being printed.

Current section

Files

Jump to
rapport lib report.ex
Raw

lib/report.ex

defmodule Rapport.Report do
defstruct paper_size: nil, rotation: nil, title: nil, pages: nil, template: nil, padding: nil
end