When exporting from the PivotView or Charts or Treemap it's possible to export multiple instance of the same component type. For instance two or more grids into different Excel sheets or 2 charts into a PDF.
Is there a mechanism to export two different components at the same time? For example, a chart and a treemap to a PNG?
This can be achieved using a third party library like js2pdf or html2image via NPM. Give these tools a containing element and they will render the HTML in the contained elements in the required format.
Syncfusion must do something similar. Are these facilities available to be called directly? The benefits of using a Syncfusion export component is there's no need to use a third party tool and the export tool is maintained by Syncfusion.
Thanks