Project DescriptionThis library provide printing features for grids of data (DataGridView,...) on the Frameworks DOT NET 2.0 and above DataGridView is a very powerful tool to display data in tabular format; However, there are no provider which has been thought to print it easily. *The Library provides the developer with a seamless approach to achieve DataGridView printing. * The DLL implements the following features:
- Print level by level or column by column
- Print selected rows or columns
- Center partitions on printed sheet
- Page numbering
- Optimized DataGridViewTextBoxCell printing
- Word wrapping and cell size as presented in the DataGridView control
- Provide scale resizing to force columns to fit onto a single sheet
- Optional Header, Footer and Title blocks printing
- Self-contained library for developer ease of use
- Compatible with C++, C#, VB.NET, and F#
You will find some words about it on codeproject.com/KBgrid/GridDrawer.Net.aspx
|