Skip to main content

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.