Text gets lost when printing

Stimulsoft Reports.NET discussion
Post Reply
JorisWils
Posts: 86
Joined: Tue Jun 30, 2009 7:49 am
Location: belgium

Text gets lost when printing

Post 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?
Using Stimulsoft since 2007
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Text gets lost when printing

Post by Alex K. »

Hello,

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

Thank you.
JorisWils
Posts: 86
Joined: Tue Jun 30, 2009 7:49 am
Location: belgium

Text gets lost when printing

Post by JorisWils »

Sent
Using Stimulsoft since 2007
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Text gets lost when printing

Post by Alex K. »

Ok. Thank you.
Post Reply