ComponentOne FlexGrid for UWP
Features / Printing
In This Topic
    Printing
    In This Topic

    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, where all style elements, fonts, gradients, images, row and column headers are included on every page.

    The following code uses Print method that opens a Print dialog directly for printing the FlexGrid:

    c1FlexGrid1.Print("FlexGrid_Print")
    
    c1FlexGrid1.Print("FlexGrid_Print");