Malayalam Consonants doubles while printing in Crystal Reports 9.22
Hi all, I am developing an Application software in VB.net 2008 and Crystal Reports 9.2.
I am printing the .rpt file directly.
the code is:-
Dim myReport As New ReportDocument()
myReport.Load("K:\H-Temple\TempleSoft\Reports\rptSaleBill.rpt")
myReport.PrintToPrinter(1, True, 0, 0)
the consonants always double while printing.
pls help me experts...