ScheduledJobDto.EmailReportFormat Property
Specifies how reports should be delivered by email.
Namespace: DevExpress.ReportServer.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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. |
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