Hi.
I need help with the post above and I have another big problem printing to this type of printer:
printer : Datecs ESC/POS Printer EP-50 ,XP Sp3
Printing normal with this code :
StiViewerControl1.Report.Print()
gives a strange printing,data seems to be italic or something,this is a scan image of printed paper :

I also tested with PrintDocument and the text is printed fine,so the driver is ok:
e.Graphics.DrawString("--------------------------------------------------------------------", New Font(Me.Font.FontFamily, 8, FontStyle.Regular), Brushes.Black, 10, 90)
e.Graphics.DrawString("TelNo: ", New Font(Me.Font.FontFamily, 8, FontStyle.Regular), Brushes.Black, 10, 100)
e.Graphics.DrawString("Name: ", New Font(Me.Font.FontFamily, 8, FontStyle.Regular), Brushes.Black, 10, 110)
e.Graphics.DrawString("Area: ", New Font(Me.Font.FontFamily, 8, FontStyle.Regular), Brushes.Black, 10, 120)
Printing this way
StiViewerControl1.Report.PrintToDotMatrixPrinter()
Text location is ok but I can see lots of "???????" a vertica line is something like this "???????????????????????"
Text "Cantitate" is printed on 2 lines : "? Canti ?" (first line) and "? tate ?" (second ),text "Nota" is printed "No2a"
:dumb:
I've sent a sample report to support.
Thanks and please help me with this !!!!!