Skip to main content

ReportViewerSettings.PageByPage Property

Specifies whether a report should be displayed page-by-page, or an entire report’s content should be displayed at once.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool PageByPage { get; set; }

Property Value

Type Description
Boolean

true if the ReportViewerSettings displays only one report page at a time; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageByPage
ReportViewerExtension
.Settings .PageByPage

Remarks

Use the PageByPage property to determine whether the ReportViewer control should display only one report page at a time, or the entire report’s content is printed on a continuous page which has only one Page Header at the beginning and one Page Footer at the end of the report.

When using a ReportToolbar in conjunction with a Report Viewer, we recommend leaving the PageByPage property enabled, to allow navigation through report pages using the Report Toolbar.

See Also