code page in viewer

Stimulsoft Ultimate discussion
ptkocz
Posts: 7
Joined: Mon Apr 18, 2011 4:42 am

code page in viewer

Post by ptkocz »

is it posssible to change code page in viewer ?i f yes, how can i change it?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

code page in viewer

Post by Ivan »

Hello,

Which version of Viewer do you use? WinForms, Wpf, SL, Web or FX?
Could you please explain your issue in more details.

Thank you.
ptkocz
Posts: 7
Joined: Mon Apr 18, 2011 4:42 am

code page in viewer

Post by ptkocz »

hi,

im using Wpf version, i have created report using RichText and im using buisness objects within it,
and only in Viewer i have a problem with polish characters, for example when i export report to pdf
everything is fine.

http://www.fotosik.pl/pokaz_obrazek/pel ... 3a802.html from Viewer
http://www.fotosik.pl/pokaz_obrazek/125 ... 325a0.html from pdf



Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

code page in viewer

Post by Ivan »

Hello,

We couldn't reproduce this bug.
Can you please send us a sample report with data, which reproduces the issue?

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

code page in viewer

Post by Ivan »

Hello,

Please try to set the FullConvertExpression property of the RichText component to true.

Thank you.
ptkocz
Posts: 7
Joined: Mon Apr 18, 2011 4:42 am

code page in viewer

Post by ptkocz »

it doesn`t work, or im doing something wrong.
i have set this in this way:

Code: Select all

StiRichText txt = new StiRichText();
txt.FullConvertExpression = true;
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

code page in viewer

Post by Alex K. »

Hello,

Please try to set this property in your report (.mrt file) for RichText component

Thank you.
ptkocz
Posts: 7
Joined: Mon Apr 18, 2011 4:42 am

code page in viewer

Post by ptkocz »

i cant see this property in desiner for rich text component, how can i set this in my report?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

code page in viewer

Post by Alex K. »

Hello,

Please see screen in attachment.

Thank you.
Attachments
936.Capture.PNG
936.Capture.PNG (168.28 KiB) Viewed 7023 times
Post Reply