Exporting to PDF

Moxy reports can be exported to PDF using the iBexPDF third party library.  iBexPDF requires a separate developer license.  

Exporting from HTML

To add an export button to HTML reports, simply call the ExportToPDF(); javascript function on your Moxy report.

Example

<div>

    <div class="MoxyButton" onclick="Moxy.ActiveReport.ExportToPDF();">Export To PDF</div>

</div>


Click to see Comments

Help comments powered by Disqus