Posted 19 August 2018, 4:50 pm EST
Rather than returning a byte of the report.document.content, can I have Active Reports create the .pdf and return that as a byte?
MY CURRENT CODE:
Reports.MyReport rpt = new Reports.MyReport();
rpt.Run();
return rpt.Document.Content;
Thanks in advance!