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

XtraReportBase.PrintOnEmptyDataSource Property

OBSOLETE

You should use the 'PrintOnEmptyDataSource' instead.

Use the PrintOnEmptyDataSource property instead.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
[Obsolete("You should use the 'ReportPrintOptions.PrintOnEmptyDataSource' instead.")]
public bool PrintOnEmptyDataSource { get; set; }

Property Value

Type
Boolean
See Also