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

DetailBand.PrintOnEmptyDataSource Property

OBSOLETE

The PrintOnEmptyDataSource property is now obsolete. If it was False, set the XtraReportBase.DetailPrintCountOnEmptyDataSource property to 0.

Use the DetailCountOnEmptyDataSource property instead.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
[Obsolete("The PrintOnEmptyDataSource property is now obsolete. If it was False, set the XtraReportBase.DetailPrintCountOnEmptyDataSource property to 0.")]
public bool PrintOnEmptyDataSource { get; set; }

Property Value

Type
Boolean
See Also