FlexGrid for WPF
基本的な印刷
印刷のサポート > 基本的な印刷

The FlexGrid control provides the Print method to print the grid. This method has three overloads which takes parameters that allow you to specify the document name, page margins, scaling, maximum number of pages to print, and print parameters. The output is a faithful rendering of the grid, including all style elements, fonts, gradients, images, etc. Row and column headers are included on every page.

Flexgrid also allows you to display the print preview of the grid content using the PrintPreview method. This method has two overloads, one of which accepts printing parameters as its parameters and the other accepts document name, page margins, scaling, and maximum number of pages to print as its parameters.

関連トピック