I have created a rdlc report for a retail management system software(using WPF, Ms Access). It is for printing the receipts. The report is generated properly. It also prints properly when printed through a normal printer using A4 size paper. But when I print through Epson TM-T81 (receipt printer) after changing the page size.,etc. the words are printed unevenly.
Example: Price gets prints as : Pri ce
These things happen with all words and other figures. How should I overcome this problem?
Initially I thought there may be some driver problem which is the reason for issues but this was cleared when I printed from any other applications like notepad, MS Word also TestPrintPage from printer properties. Every time the printing task was perfect. So the problem is confirmed to be from rdlc report settings.
In rdlc report properties I already set the following properties value:
Page Width : 2.5 Inch
Page Height : 6 inch
Printet page width : 3.27 inch(Print area width 2.8)
Do I need to make any other changes? Or is there any mistake which I made?