If you do a search for "send report as email" you should find more than enough to figure out what you need to do. If you still have problems let everyone know and I'm sure we can help you out.
1. Save the report to HTML (using SAVEASHTML-function)
2. Attach this html-file to a mail and send it using Codeunit 397
OR
Print the report to a pdf-printer that can also send it through mail. You need some pdf-software for this that has some mail functionality. The advantage of pdf is that you have the same layout (with images/logo's/borders) as your original report.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Comments
2. Attach this html-file to a mail and send it using Codeunit 397
OR
Print the report to a pdf-printer that can also send it through mail. You need some pdf-software for this that has some mail functionality. The advantage of pdf is that you have the same layout (with images/logo's/borders) as your original report.