Active Reports Web Service

Posted by: wreyes1028 on 19 August 2018, 4:50 pm EST

    • Post Options:
    • Link

    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!

  • Posted 20 August 2018, 3:18 am EST

    Kindly refer to the following documentation link to export the report to Pdf (and other formats) and return that as a byte - http://help.grapecity.com/activereports/webhelp/AR12/webframe.html#CustomWebExporting.html

    Thanks

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels