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

DetailBand.RepeatCountOnEmptyDataSource Property

OBSOLETE

The RepeatCountOnEmptyDataSource property is now obsolete. Use the DetailPrintCount property instead.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
[Obsolete("The RepeatCountOnEmptyDataSource property is now obsolete. Use the XtraReportBase.DetailPrintCount property instead.")]
public int RepeatCountOnEmptyDataSource { get; set; }

Property Value

Type
Int32
See Also