Back to Devexpress

DocumentViewerBase.MaxPageRows Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-39d35332.md

latest1.7 KB
Original Source

DocumentViewerBase.MaxPageRows Property

Gets the maximum number of rows for a multi-page report displayed within the DocumentViewer.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public int MaxPageRows { get; }
vb
<Browsable(False)>
Public ReadOnly Property MaxPageRows As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the maximum number of rows in a multi-page report.

|

Remarks

The number of page rows will not exceed the MaxPageRows property value.

See Also

MaxPageColumns

SetPageView

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace