Skip to main content
A newer version of this page is available.
All docs
V19.1

XtraReport.ExportToMail() Method

Exports a document to HTML and then inserts it into a specified e-mail.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public AlternateView ExportToMail()

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.

See Also