Page 1 of 1

Text gets lost when printing

Posted: Wed Feb 09, 2011 3:01 am
by JorisWils
Hi

The text on the viewer is diffrent from what actually gets printed on paper.

Textquality= wysiwyg gets set on each control by code using:

Code: Select all

for (int pageInd = 0; pageInd < this.Pages.Count; pageInd++)
{
    foreach (StiComponent component in this.Pages[pageInd].Components)
    {
        if (component is StiText)
        {
            ((StiText)component).TextQuality = StiTextQuality.Wysiwyg;
        }
    }
}
See screenshots below
Print on paper
Image

from viewer
Image


Versions that were tested are: 2009.2, 2010.2 and 2010.3

Any ideas?

Text gets lost when printing

Posted: Wed Feb 09, 2011 3:16 am
by Alex K.
Hello,

Can you please send us a sample report with data, which reproduce the issue?

Thank you.

Text gets lost when printing

Posted: Wed Feb 09, 2011 3:24 am
by JorisWils
Sent

Text gets lost when printing

Posted: Wed Feb 09, 2011 4:46 am
by Alex K.
Ok. Thank you.