print datagrid or dataset
I want to print a datagrid, i use this statement :
Dim myPaintArgs As New PaintEventArgs(e.Graphics, New Rectangle(200, 200, Me.Width, Me.Height))
Me.InvokePaint(DataGrid1, myPaintArgs)
The result is : it can be print, but it always in location 0,0 or
in upper left corner all the time.
How can i move it in a new location let say 100,100 ? or if u can't
are there any other way to print a datagrid or a dataset?
Please this is very important. Thank u for u'r kindness...
Sorry for my bad english..:).
|