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

XtraReportBase.DetailPrintCountOnEmptyDataSource Property

OBSOLETE

You should use the 'DetailCountOnEmptyDataSource' instead.

Use the DetailCountOnEmptyDataSource property instead.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type
Int32
See Also