Skip to main content
A newer version of this page is available. .

XtraReport.ExportToMailAsync Method

Name Parameters Description
ExportToMailAsync(MailMessageExportOptions, String, String, String, CancellationToken) options, from, to, subject, token Asynchronously exports a report to HTML and inserts it into a specified e-mail message.
ExportToMailAsync(MailMessageExportOptions, CancellationToken) options, token Asynchronously exports a report to HTML and inserts it into a specified e-mail message.
ExportToMailAsync(String, String, String, CancellationToken) from, to, subject, token Asynchronously exports a report to HTML and inserts it into a specified e-mail message.