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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
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.