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

XtraReportBase.PrintOnEmptyDataSource Property

OBSOLETE

You should use the 'PrintOnEmptyDataSource' instead.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type
Boolean
See Also