Skip to main content

ScheduledJobDto.EmailBlankReport Property

Specifies whether or not to send blank reports by email, should they be created based on their underlying data.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public bool EmailBlankReport { get; set; }

Property Value

Type Description
Boolean

true to send blank reports by email; otherwise false.

See Also