Hello All,
I need your support on the below Crystal report data contains Chinse character(Unicode).
My issue on the below how to export unicode characters into PDF using crystal report data.
And the code is attached in the notepad.
In that code how to convert ByteArray data to Unicode using Crystal report client document object( CrystalClientDoc.ReportClientDocumen) i am using coding as Classic asp.
'Create a new ReportClientDocument object for this reportAppSession
Set localoClientDoc = localrptAppSession.CreateService("CrystalClientDoc.ReportClientDocument")
Dim localoByteArray
Set localoByteArray = localoPrintOutputController.Export(localiFormat) 'Need to Convert Chinese characters for Unicode here.
Some technical challenges are there to convert byte array to Unicode, Let me know any resolution on this issue to convert on the same.
My issue I have struck on converting byte array to Unicode using Crystal client document com object .
And I am Crystal report 9.0 in the Production.
I need all yours strong support on this Crystal report issue to resolution.
Thanks
Anand.
I need your support on the below Crystal report data contains Chinse character(Unicode).
My issue on the below how to export unicode characters into PDF using crystal report data.
And the code is attached in the notepad.
In that code how to convert ByteArray data to Unicode using Crystal report client document object( CrystalClientDoc.ReportClientDocumen) i am using coding as Classic asp.
'Create a new ReportClientDocument object for this reportAppSession
Set localoClientDoc = localrptAppSession.CreateService("CrystalClientDoc.ReportClientDocument")
Dim localoByteArray
Set localoByteArray = localoPrintOutputController.Export(localiFormat) 'Need to Convert Chinese characters for Unicode here.
Some technical challenges are there to convert byte array to Unicode, Let me know any resolution on this issue to convert on the same.
My issue I have struck on converting byte array to Unicode using Crystal client document com object .
And I am Crystal report 9.0 in the Production.
I need all yours strong support on this Crystal report issue to resolution.
Thanks
Anand.