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

EmailReportFormat Enum

Lists the available report delivery formats.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public enum EmailReportFormat

Members

Name Description
URL

Each email contains a URL, specifying the address of a web page that displays a report.

PDF

Each email contains a report attached as a PDF file.

Excel

Each email contains a report attached as an XLSX file.

HTML

Each email has a report embedded into its body as inline HTML content.

Related API Members

The following properties accept/return EmailReportFormat values:

Remarks

An object of the EmailReportFormat type is returned by the ScheduledJobDto.EmailReportFormat property.

For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.

See Also