Method: QueryReport::ReportPdf#to_pdf

Defined in:
lib/query_report/report_pdf.rb

#to_pdfObject



20
21
22
23
24
# File 'lib/query_report/report_pdf.rb', line 20

def to_pdf
  render_charts_with report
  render_table_with report
  pdf
end