Hi all,
I think that in the new pre-release, I downloaded.
The image handling in the reports has changed.
When we insert some company logos in the header area and export the report as DOC or PDF the images aren't embedded correctly.
The are just cut off. In the report itself the image is resized and shown pretty perfect.
Another thing we have noticed is, when you have a report and use the Tree-Control inside the report and have the Background-Color set to NoFill.
Then the report is rendered pretty good, but when you export it as DOC the Background-Color is set to black.
Our workaround is to set the Background-Color to white, but do have a hint for us, how we can enable the NoFill transparent behavior?
Kind regards
Daniel
UL_2012.03.09 Image issue with different export-format types
UL_2012.03.09 Image issue with different export-format types
Hello
Please send us a specific example for each issues for analysis. As for the resizing of images, it is a known problem. It occurs due to the fact that, when exporting images, the standard method WriteableBitmap.Render() does not work properly in many cases. And as there are no fully functional tools to resize images, our algorithm is used. Unfortunately it is not perfect.
Thank you.
Please send us a specific example for each issues for analysis. As for the resizing of images, it is a known problem. It occurs due to the fact that, when exporting images, the standard method WriteableBitmap.Render() does not work properly in many cases. And as there are no fully functional tools to resize images, our algorithm is used. Unfortunately it is not perfect.
Thank you.