Skip to main content

PrintOnPages Enum

Specifies whether or not the page band should be printed on the same pages with Report Header and Report Footer bands.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Flags]
[ResourceFinder(typeof(ResFinder))]
public enum PrintOnPages

Members

Name Description
AllPages

A band is printed on all report pages in the ordinary manner.

NotWithReportHeader

A band is hidden if a page contains a Report Header.

NotWithReportFooter

A band is hidden if a page contains a Report Footer.

NotWithReportHeaderAndReportFooter

A band is hidden if a page contains a Report Header or Report Footer.

Remarks

The PrintOnPages enumeration values are used by the PageBand.PrintOn property.

Use this enumeration’s members to specify how Page Header and Page Footer bands are printed, corresponding to the presence of Report Header and Report Footer bands in a report.

See Also