Local Language

Stimulsoft Reports.NET discussion
Post Reply
Abed Hamodi
Posts: 19
Joined: Wed May 18, 2016 9:55 am

Local Language

Post 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
Attachments
Pic 2
Pic 2
Pic2.PNG (65.61 KiB) Viewed 2022 times
Pic 1
Pic 1
Pic1.PNG (135.86 KiB) Viewed 2022 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Local Language

Post 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.
Abed Hamodi
Posts: 19
Joined: Wed May 18, 2016 9:55 am

Re: Local Language

Post 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.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Local Language

Post by Andrew »

Hello,

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

Thank you.
Post Reply