PageBand.PageBreak Property
For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type |
---|
PageBreak |
See Also
For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
[Browsable(false)]
public override PageBreak PageBreak { get; set; }
<Browsable(False)>
Public Overrides Property PageBreak As PageBreak
Type |
---|
PageBreak |
Available values:
Name | Description |
---|---|
None | No page breaks should be inserted before or after the current band. |
BeforeBand | A page break is inserted before the band. |
BeforeBandExceptFirstEntry | A page break is inserted before the band with the exception of the first entry. |
AfterBand | A page break is inserted after the band. |
AfterBandExceptLastEntry | A page break is inserted after the band with the exception of the last entry. |
No
Your feedback is appreciated.We appreciate your feedback and continued support.
May we contact you if we need to discuss your feedback in greater detail or update you on changes to this help topic?