M Marc Mar 12, 2006 #1 Hallo, can someone tell me, how i could print a datagridview? I found in the whole net nothing bye
C Chris Mar 12, 2006 #2 Marc said: Hallo, can someone tell me, how i could print a datagridview? I found in the whole net nothing bye Click to expand... Easiest way is to use Crystal Reports and duplicate the data in there. Chris
Marc said: Hallo, can someone tell me, how i could print a datagridview? I found in the whole net nothing bye Click to expand... Easiest way is to use Crystal Reports and duplicate the data in there. Chris
M Marc Mar 12, 2006 #3 i'm use the express edition. imho there is no crystal reports included. is there no way easy?
H Homer J Simpson Mar 12, 2006 #4 can someone tell me, how i could print a datagridview? I found in the whole net nothing Click to expand... According to Microsoft:- To create a print job Add a PrintDocument component to your form like "Dim pd As New Printing.PrintDocument()". Write code to handle the PrintPage event. You will have to code your own printing logic. Additionally, you will have to specify the material to be printed. Fun, huh?
can someone tell me, how i could print a datagridview? I found in the whole net nothing Click to expand... According to Microsoft:- To create a print job Add a PrintDocument component to your form like "Dim pd As New Printing.PrintDocument()". Write code to handle the PrintPage event. You will have to code your own printing logic. Additionally, you will have to specify the material to be printed. Fun, huh?