Back to Devexpress

EmailReportFormat Enum

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-datacontracts-368137d4.md

latest1.9 KB
Original Source

EmailReportFormat Enum

Lists the available report delivery formats.

Namespace : DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum EmailReportFormat
vb
Public Enum EmailReportFormat

Members

NameDescription
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.

|

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

DevExpress.ReportServer.ServiceModel.DataContracts Namespace