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.v22.2.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