Page 1 of 1

Local Language

Posted: Mon Dec 19, 2016 2:28 pm
by Abed Hamodi
Hi
when we use export report to image the result in pic 1 it should be lick pic 2

This my code

Code: Select all

stiReport.ExportDocument(StiExportFormat.ImagePng, memoryStream, new Stimulsoft.Report.Export.StiPngExportSettings() { PageRange = new Stimulsoft.Report.StiPagesRange(StiRangeType.Pages, pagenumber.ToString(), pagenumber), ImageResolution = 300, ImageFormat = StiImageFormat.Color });

Please see attachment pic 1 and pic2

Re: Local Language

Posted: Mon Dec 19, 2016 3:20 pm
by HighAley
Hello.

Please, check that the fonts with the national characters are available on your machine.
Maybe you should install national language pack.

Thank you.

Re: Local Language

Posted: Tue Dec 20, 2016 6:15 am
by Abed Hamodi
thank you for the reply,
I do the export in the server side, so you mean the server should have these fonts? i have a silver light application and we build the report using the business object in the client side and its working fine.

Re: Local Language

Posted: Tue Dec 20, 2016 8:45 am
by Andrew
Hello,

If you export a report on the server side then the font should be installed on the server side.

Thank you.