ComponentOne FlexGrid for WPF and Silverlight
Basic Printing
Features > Print Support > Basic Printing

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.

Note: The C1.Silverlight.FlexGrid.5 library provides additional overloads for the Print method to support printerFallback and useDefaultPrinter capabilities in Silverlight 5. These overloads are only available in the Silverlight 5 version of the control.

See Also

Silverlight Reference