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.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

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

Property Value

Type Default
Int32 0
See Also