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

DocumentViewerReportViewerSettings.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.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(true)]
public bool PageByPage { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PageByPage
Reporting ASPxDocumentViewer
.SettingsReportViewer.PageByPage
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsReportViewer.PageByPage
MVCxDocumentViewer
.SettingsReportViewer.PageByPage

Remarks

Use the PageByPage property to determine whether the DocumentViewerReportViewerSettings control should display only one report page at a time, or the entire report content shall be printed on a continuous, non-paginated single page (with 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