A newer version of this page is available.
Switch to the current version.
XtraReport.PreviewRowCount Property
Obsolete. 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; }
<DefaultValue(0)>
<SRCategory(ReportStringId.CatDesign)>
<Browsable(False)>
<Obsolete("The PreviewRowCount property is now obsolete. Use the XtraReportBase.DetailPrintCount property instead.")>
Public Property PreviewRowCount As Integer
Property Value
Type | Default |
---|---|
Int32 | 0 |
See Also
Feedback