web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Send SSRS report as an email attachment using SysEmailTable

(0) ShareShare
ReportReport
Posted on by 311
Hello all,
I want to send SSRS report using SysEmailTable::send method as an email attachment

        SrsReportRunController controller = new SrsReportRunController();
        MyEmailContract rdpContract = new MyEmailContract();
        SRSPrintDestinationSettings settings;
 
        controller.parmReportName(ssrsReportStr(MyEmailReport, Report));
        controller.parmExecutionMode(SysOperationExecutionMode::Synchronous);
        controller.parmShowDialog(false);
 
        controller.parmReportContract().parmRdpContract(rdpContract);
       
        settings = controller.parmReportContract().parmPrintSettings();
        settings.printMediumType(SRSPrintMediumType::File);
        settings.fileFormat(SRSReportFileFormat::PDF);
        settings.fileName('Test.pdf');
      
        // Execute the report
        controller.startOperation();
        str path = controller.parmReportContract().parmReportPath();
        SysEmailTable::sendMail("TableBody", "en-us", "Test@Test.com", templateToken, "Test.pdf");


Unfortunately the attachment is not attached and the email is empty :(
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 662 Super User 2026 Season 1

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 280 Super User 2026 Season 1

#3
Martin Dráb Profile Picture

Martin Dráb 201 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans