Report.SaveAsPDF in Business Central (Workaround) – Download Report PDF in Business Central

As we know, Report.SaveAsPDF or Report.SaveAsExcel not supported in Business Central Cloud (SaaS) version. We have an alternate code for solution. We can save Report in Stream objects than after convert to file using Blob Export function.

Here is the sample code to download work order report in PDF file with Customize file Name.

Source : Nilesh Gajjar
Read more…