Unable to "Export To Print PDF" on the entire dashboard page.
Hi Team,
I have used HTML code to get the ''Export To Print PDF'' option and when we click on PDF I am getting the error.
Below is the code which we have used:
<a onclick="return saw.dashboard.exportToExcel('@{dashboard.path}', '@{dashboard.currentPage}', true);"
href="javascript:void(null)">Export To Excel</a>[br/]
<a onclick="return saw.dashboard.HandleLayoutClick('@{dashboard.path}', '@{dashboard.currentPage}','Printable PDF');"
href="javascript:void(null)">Print PDF</a>
Could you please help me on this issue.