Page 1 of 2
export to pdf data gets lost
Posted: Fri Feb 10, 2012 9:15 am
by JorisWils
Hi
When saving a rendered report to pdf from the viewer some data gets lost.
Can this be fixed? An exported report should look exactly the same as it's original.
export to pdf data gets lost
Posted: Fri Feb 10, 2012 9:29 am
by JorisWils
Version used was 2011.3
export to pdf data gets lost
Posted: Sun Feb 12, 2012 6:52 pm
by Ivan
Hello,
We couldn't reproduce this issue.
Can you please send us a sample report template with data or MDC file of the rendered report, which reproduce the issue?
Thank you.
export to pdf data gets lost
Posted: Mon Feb 13, 2012 7:47 am
by JorisWils
I tried to uninstall. Also cleared all stimulsoft assemblies from GAC and reinstalled again.
Now when I open the MDC-file en save it as PDF I still get partial data.
You can see this on page 1 on the bottom just above "supplemental information"
I save as pdf with these checkboxes checked:
- embedded fonts
- use unicode
- compressed
This on a windows 7 x64 and stimulsoft wpf 2011.3
export to pdf data gets lost
Posted: Tue Feb 14, 2012 2:49 am
by HighAley
Hello.
Please, try to set Word Wrap property of the problem component to false.
Thank you.
export to pdf data gets lost
Posted: Tue Feb 14, 2012 5:06 am
by JorisWils
We use the same report for Stimulsoft wpf and stimulsoft .net (windows forms)
If I disable word wrap.... that may be a sollution for the wpf edition, but not for the windows forms edition right?
Text needs to wrap in both Stimulsoft edition. The report should look exactly the same.
export to pdf data gets lost
Posted: Wed Feb 15, 2012 4:02 am
by Ivan
Hello.
Please, try to open your report in WinForms designer, and set the TextQuality property of the problem textboxes to Typographic.
Thank you.
export to pdf data gets lost
Posted: Fri Feb 17, 2012 5:17 am
by JorisWils
Thank you. At first sight everything looks okay now.
We will do some further investigation because a year ago we set all textboxes to wysiwyg because of some rendering issues.
export to pdf data gets lost
Posted: Fri Feb 17, 2012 7:10 am
by Andrew
Hello,
Please let us know if you have additional questions.
Thank you.
export to pdf data gets lost
Posted: Fri Feb 17, 2012 7:38 am
by HighAley
Hello.
JorisWils wrote:Thank you. At first sight everything looks okay now.
We will do some further investigation because a year ago we set all textboxes to wysiwyg because of some rendering issues.
There are different text rendering methods in the .Net and WPF. So experimentally we found out that that it's better to use Typographic Text Quality property on WPF.
Thank you.