Document.ShowFromNewPage(Brick) Method
Override this method to draw the specified brick on a new page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick object. |
Remarks
This method enables you to insert a page break into a document and start drawing the specified brick on a new page.
See Also