Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Is the source code on The Code Project page really the most up to date version? That was 4 years ago, and i see a lot of revisions in this thread.
.
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Possibly not - although it has not changed at all in the last 3 years or so...06-04-2006 is the latest source on my mchine.
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Where do I find the latest version of this ???
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
I have got the DataGridViewPrinter.zip but am having trouble implementing it. Is there a sample project that uses this class for me too get some ideas off?
thanks
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
OK, I am playing around with the code. I have a couple of errors:
MyDataGridViewPrinter' is not declared and 'MyPrintDocument' is not declared.
Where do I declare these variables, and what is the syntax?
thanks
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Make sure you are opening the solution file (*.sln) not one of the projects (*.vbp) as in the latter case the references might not be loaded...
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Quote:
Originally Posted by
Simon Canning
OK, I am playing around with the code. I have a couple of errors:
MyDataGridViewPrinter' is not declared and 'MyPrintDocument' is not declared.
Where do I declare these variables, and what is the syntax?
thanks
Did you figure this out? I have exactly the same problem, I added the .vb file to my project and added the code in the .txt file as well but I got the same errors as you...
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Hello Genius "Merrion" where can i get the latest version ?
Thanks
Re: DataGridPrinter - A class to print data grid in a nicely formatted way
Quote:
Originally Posted by
skea
Thanks to Berthold Simon, who converted the C# code.
Thank you for posting this code. when I print the grid, the rows are printing with black shaded text and not able to read the data. can you help me?