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

XtraReport.PreviewRowCount Property

OBSOLETE

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

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(0)]
[SRCategory(ReportStringId.CatDesign)]
[Browsable(false)]
[Obsolete("The PreviewRowCount property is now obsolete. Use the XtraReportBase.DetailPrintCount property instead.")]
public int PreviewRowCount { get; set; }

Property Value

Type Default
Int32 0
See Also