Skip to main content

ScheduledJobDto.EmailReportFormat Property

Specifies how reports should be delivered by email.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public EmailReportFormat EmailReportFormat { get; set; }

Property Value

Type Description
EmailReportFormat

An EmailReportFormat enumeration value.

Available values:

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.

See Also