Skip to main content

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.v23.1.dll

NuGet Package: DevExpress.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