I have a windows form that contains datagrid that currently has the ability to print the entire grid. I am using the PrintDocument control on the form. I would like to enable users to just print the rows that the they select. Is this possible?
Printable View
I have a windows form that contains datagrid that currently has the ability to print the entire grid. I am using the PrintDocument control on the form. I would like to enable users to just print the rows that the they select. Is this possible?