Page 1 of 1
RTF via application making use of Stimulsoft
Posted: Thu Nov 10, 2011 6:33 am
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...

RTF via application making use of Stimulsoft
Posted: Thu Nov 10, 2011 8:25 am
by Ivan
Hello,
Can you please send us a sample report template with database, which reproduces the issue?
Thank you.
RTF via application making use of Stimulsoft
Posted: Thu Nov 10, 2011 9:58 am
by BG71
I've sent an email to
support@stimulsoft.com.
RTF via application making use of Stimulsoft
Posted: Thu Nov 10, 2011 10:38 pm
by Andrew
Thank you, wewill reply you as fast as possible.
RTF via application making use of Stimulsoft
Posted: Thu Dec 01, 2011 11:28 am
by BG71
Any progress?
RTF via application making use of Stimulsoft
Posted: Tue Dec 06, 2011 8:30 am
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.