FlexReport for UWP | ComponentOne
Working with FlexReport / Printing
In This Topic
    Printing
    In This Topic

    FlexReport allows you to print a report using ShowPrintUIAsync method of C1DocumentSource class. The following code implements the ShowPrintUIAsync method for printing a report. The example uses the sample created in Quick Start.

    ' show print UI
    report.ShowPrintUIAsync()
    
    // show print UI
    report.ShowPrintUIAsync();
    

    Besides using ShowPrintUIAsync method, you can also print a report using FlexViewer UI. The FlexViewer control provides an option to print a report directly from its UI using the Print icon. On clicking the icon, you are provided with the standard printer settings, such as selecting a printer and selecting orientation, size, and number of pages to print.