[]
Fires after the grid finishes printing a page.
public event PrintPageEventHandler PrintPage
Type | Description |
---|---|
PrintPageEventHandler | Fires after the grid finishes printing a page. |
This event is typically used to provide feedback while printing the grid, and to offer the user a cancel button that can be used to stop the printing process. You can also use this event to add custom elements to the printed pages.
Use the PrintGrid(string, PrintGridFlags) method to print the grid and specify the document name, common printing options, headers and footers.
Use the PrintParameters property to specify less common printing options such as header and footer fonts, page margins, orientation, and so on.