cancel
Showing results for 
Search instead for 
Did you mean: 

Malayalam Consonants doubles while printing in Crystal Reports 9.22

Former Member
0 Kudos

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...

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello,

Moved to .NET forum.

VB 2008 should be using 10.5 CR assemblies. Try using that version.

Don

Answers (0)