This is a migrated thread and some comments may be shown as answers.

Unicode character support in crystal report

1 Answer 229 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ithihas
Top achievements
Rank 1
ithihas asked on 20 Jun 2012, 08:41 AM
gdi error (generic error) occurs when i tried to load data from database which contains Unicode characters to a crystal report. I have tried all Unicode supporting fonts including Arial Unicode MS, AnjaliOldLipi, Thoolika etc.data set ds contains Unicode strings such as "മറ്റ് അര്‍ച്ചന", "അര്‍ച്ചന", etc.  Please find me a solution asap.  
AssetBLL objAssetBLL = new AssetBLL();
            AssetBOL objBOL = new AssetBOL();
            objBOL.tno = Convert.ToInt16(lblTno.Text);
            objBOL.flag = lblflag.Text;
            DataSet ds = objAssetBLL.getDonationBill(objBOL);
            DonationBillReport rpt = new DonationBillReport();
            rpt.SetDataSource(ds.Tables[0]);
            crystalReportViewer1.ReportSource = rpt;

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Jun 2012, 10:13 AM
Hi Pradeep,

This question is not related to Telerik controls and it is out of our scope of support.
Probably, someone from our community can help or you can try to find help in other forums such as MSDN or StackOverflow.

All the best,
Peter
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
ithihas
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or