Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

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

Property Value

Type Description
Boolean

true to send blank reports by email; otherwise false.

See Also