Exporting to Excel

Exporting from HTML

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

Example

<div>

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

</div>


Click to see Comments

Help comments powered by Disqus