XtraReportBase.DetailPrintCountOnEmptyDataSource Property
Obsolete. Use the DetailCountOnEmptyDataSource property instead.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Browsable(false)]
[Obsolete("You should use the 'ReportPrintOptions.DetailCountOnEmptyDataSource' instead.")]
public int DetailPrintCountOnEmptyDataSource { get; set; }
<Browsable(False)>
<Obsolete("You should use the 'ReportPrintOptions.DetailCountOnEmptyDataSource' instead.")>
Public Property DetailPrintCountOnEmptyDataSource As Integer
Property Value
Type |
---|
Int32 |
See Also
Feedback