Page 1 of 2

print quality

Posted: Thu Sep 22, 2011 4:07 am
by shaome
1,when the report contain some chinese words, the print quality of silverlight is not wery well,some word bolder than others,and some biger than others,look the picture i have upload,how to solve this problem
2,how to open the pdf or word files directly,not show the preview page.
egg: In silverlight ,we click a button,open a pdf file in Browser, the pdf is build by the report

thank you!

print quality

Posted: Thu Sep 22, 2011 2:10 pm
by Ivan
Hello,
shaome wrote:1,when the report contain some chinese words, the print quality of silverlight is not wery well,some word bolder than others,and some biger than others,look the picture i have upload,how to solve this problem
Can you please send us a sample report template with data or document file of the rendered report (*.mdc), which reproduce the issue?

Thank you.

print quality

Posted: Thu Sep 22, 2011 9:28 pm
by shaome
why in different monitor ,the print quality is different, when the monitor which is manufactured a few years ago,it prints low quality.

print quality

Posted: Fri Sep 23, 2011 12:32 am
by Andrew
Hello,

Could you, please clarify your issue in detail.

Thank you.

print quality

Posted: Fri Sep 23, 2011 2:58 am
by shaome
when we preview the report which contain some Cinese words,in different Monitors,have different Quality,in some monitors,the quality is very low,just like the picture I have upload.

print quality

Posted: Fri Sep 23, 2011 11:39 pm
by Andrew
Hello,

We think that the computers which have old monitors, also have an older operating system, in which there are other settings of the text, in particular ClearType.
Try changing these settings.

Thank you.

print quality

Posted: Sun Sep 25, 2011 6:38 am
by shaome
Andrew wrote:Hello,

We think that the computers which have old monitors, also have an older operating system, in which there are other settings of the text, in particular ClearType.
Try changing these settings.

Thank you.

how to change the settings?

print quality

Posted: Mon Sep 26, 2011 2:51 am
by Ivan
Hello,

Please check the following articles, for examples:

http://en.wikipedia.org/wiki/ClearType - about ClearType
http://www.microsoft.com/typography/cle ... step1.aspx - for Windows XP
http://www.microsoft.com/typography/cle ... /tune.aspx - for Windows 7

Thank you.

print quality

Posted: Mon Sep 26, 2011 8:52 pm
by shaome
hi,thanks,
1, when I use the .mrt files,the variables can work,but when I use .cs files ,it can not work(the variables can not display).why?
2, how to set the fonts of the text 'Arial,SimSun',
thank you .

print quality

Posted: Tue Sep 27, 2011 2:35 am
by HighAley
Hello.
shaome wrote:1, when I use the .mrt files,the variables can work,but when I use .cs files ,it can not work(the variables can not display).why?
Please, describe what do you try to do with variables. There are some differences in working with variables in report template (mrt) and compiled report (cs).
shaome wrote:2, how to set the fonts of the text 'Arial,SimSun',
If you want to use both fonts, then look at our 'HTML Tags' demo report.

Thank you.