Printing

3
Voted

Print library to help with printing of the DataGrid/Chart controls in WPF Elements (DocumentPaginator).

  1. Print job
    • Header
    • Footer
    • Pages
  2. Page
    • Header
    • Footer
    • Sections
  3. Section
    • Header
    • Footer
    • Body (DataGrid, Chart, or other FrameworkElement)
    • Page break (before, after, before/after, none)

Features:

  • Print specific page or range of pages
  • Print preview
  • DataGrid
    • Repeat column headings on each physical page printed (vertically)
    • Repeat frozen columns on each physical page printed (horizontally)
  • Page x of y (bind to current page number and total number of pages in header or footer)
  • Page orientation (portrait, landscape)

I'm sure there are a million more options/features, but something pretty basic would be a great start!

Status: New