ShowPrintPageSetup Method
Description
Displays a custom "Page Setup" print dialog for the Grid.
Syntax
Public Function ShowPrintPageSetup() As Boolean
Remarks
The ShowPrintPageSetup method displays a custom "Page Setup" print dialog for the Grid. The ShowPrintPageSetup dialog allows users to change all the properties of the PrintOptions object. All settings are stored in the PrintOptions property after the dialog has been closed. When PrintGrid is called, it will use the settings in PrintOptions to print the current view.
The PrintOptions property is used to customize how the Grid is printed when PrintGrid is called. With PrintOptions, you can change the page margins, header font, and several other options. All of these options can be changed by the user by displaying the ShowPrintPageSetup dialog.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.