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

ReportViewer.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

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

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(true)]
public bool PageByPage { get; set; }

Property Value

Type Default Description
Boolean **true**

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

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, 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