RTF via application making use of Stimulsoft

Stimulsoft Reports.WPF discussion
Post Reply
BG71
Posts: 6
Joined: Tue Feb 16, 2010 8:28 am
Location: Belgium

RTF via application making use of Stimulsoft

Post by BG71 »

Hi,

I have a problem concerning rich text boxes. When using the 2011.1 Wpf designer, everything seems fine.
But when generating a report with our application which makes use of the Stimulsoft software, something seems wrong.
The 'Can grow' option is enabled, but doesn't seem to work...

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

RTF via application making use of Stimulsoft

Post by Ivan »

Hello,

Can you please send us a sample report template with database, which reproduces the issue?

Thank you.
BG71
Posts: 6
Joined: Tue Feb 16, 2010 8:28 am
Location: Belgium

RTF via application making use of Stimulsoft

Post by BG71 »

I've sent an email to support@stimulsoft.com.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

RTF via application making use of Stimulsoft

Post by Andrew »

Thank you, wewill reply you as fast as possible.
BG71
Posts: 6
Joined: Tue Feb 16, 2010 8:28 am
Location: Belgium

RTF via application making use of Stimulsoft

Post by BG71 »

Any progress?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

RTF via application making use of Stimulsoft

Post by Andrew »

Hello,

We have replied you some day ago on your ticket. Now I post the reply here.
I am sorry for the delay with response but your question was not displayed on our ticket system and I do not know why this happened.

There is one idea.
If you use the WPF viewer, then the report rendering should be done using WPF, i.e. use the following code, for example:

report.Load(....)
report.RenderWithWpf();
report.ShowWithWpf();

When using simply Render() the report is rendered using WinForms. At the same time for processing the RTF-text using a different library, the height of the component gets smaller. As a result of the report viewing in WPF, a part of the text is cut.
Thank you.
Post Reply