Embedded PNG on schedule report is missingDescriptionCreate a schedule report using the new Type: Embedded PNGCheck the delivered report and the embedded png is not available. The reason embedded png is not shown is some email clients including Microsoft Outlook web and mobile does not support base64 images. Yo be sure that image is encoded in base64 you should check the raw html of email in outlook you can right click on email and click "view source". If the image is in base64 you will see an image tag having source data:png;base64<img style=3D"max-width: 100%; min-width: 640px;" src="data:png;base64,.............">We have changed the implementation of embedding png to comply with Microsoft Outlook web and mobile.Steps to Reproduce Navigate to a schedule report.Create a schedule of a bar report.Select Type: Embedded PNG.Add your email address.Click Execute Now.Navigate to 'Email Properties'.Toggle on 'Email Sending enabled' and save.Click Get/Send email in the navigation menu to force the processing of the email. Expected behavior: The report image is shown in the email body in Outlook. Actual behavior: The report image is not shown directly and in Outlook web it does not show at all. You must click Download image to display the image.WorkaroundYou can check embedding image using scripts in this article.Related Problem: PRB1462932