Skip to main content

XtraReportBase.DetailPrintCountOnEmptyDataSource Property

OBSOLETE

You should use the 'DetailCountOnEmptyDataSource' instead.

Use the DetailCountOnEmptyDataSource property instead.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type
Int32
See Also