We have some complex SQL-based SSRS reports written which need to be converted into FetchXML to support Dynamics 365 online. These SSRS reports are actually Quote and Invoice PDFs generated respectively for Quote/Invoices which users can generate from records on custom buttons clicks:
One button for downloading SSRS as pdf and review it and another button for triggering a plugin to generate a PDF report from the on-prem SSRS server, attach it to email and then send it out as an attachment.
How can I achieve the same functionality with FetchXML reports in Dynamics 365 Online? (in a supported way)