Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

PLEASE help Datagridview printing function

$
0
0

Greetings,

In my windows application have 2 DGV. One is showing data that is being fetched through queries from sql server management studio and as this GVD is bound, I'm showing the sum of columns in another DGV placed beneath it. After that I'm print them both one after the other. The sum is only needed for printing purposes. 

I'm using the following link as reference and i've managed to place one datagridview after the other 

"http://www.codeproject.com/Articles/28046/Printing-of-DataGridView"

I can't post the picture as my account is still not verified but what I have achieved for far it to place one DGV next to another.

I can't fully comprehend the code on that link. Can you please tell me how I put my second DGV below the first one and hide it's header names

Thanks A LOT.

Any kind of help will be fully appreciated.


Viewing all articles
Browse latest Browse all 2535

Trending Articles