i can print my reports just fine, i tried cheesing the spacing with this ( which works )
so what i'm doing here is i'll create a StreamWriter and write the report since I want both, then just open the file and then use the standard microsoft printing example, but i need to allow them to change font / size which will just throw my spacing all off, basically is there i way to digress back to the vb6 X, Y style of printing???VB Code:
dim l1, l2 as string l1 = LV.Items.Item(x).Text & " " l1 = Microsoft.VisualBasic.Left(l1, 6) l2 = LV.Items.Item(x).SubItems(1).Text & " " l2 = Microsoft.VisualBasic.Left(l2, 10)




Reply With Quote