XtraReport.ExportToMail(MailMessageExportOptions) Method
Exports a report to HTML and inserts it into a specified e-mail message.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| options | MailMessageExportOptions | null | The mail message export options. |
Returns
| Type | Description |
|---|---|
| AlternateView | A AlternateView object. |
Remarks
Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.
Use the ExportToMailAsync(MailMessageExportOptions, CancellationToken) method instead of ExportToMail to export a report asynchronously in a separate task.
See Also