EmailReportFormat Enum
Lists the available report delivery formats.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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.