Hello,
It's little zoomed part of the report. Two text lines at top are report header (set using PageHeaderTemplate). Three text lines at bottom - report content.
As you can see, header text is sharp, like vector (it's good). But content text is fuzzy (it concerns not only text but also other elements). On the display, the difference is not very noticeable. But when you print report the difference is very noticeable, it's like not very good quality bitmap image.
Are there any plans to improve the quality of the report to the next version?
I understand your answer. I guessed that the different elements of the report are handled differently. But it helped me a little. If I have time and opportunity, I'll try to add content not through EmbeddedVisualReportSection, but as ContentTemplate for each page (use EmbeddedVisualReportSection only for adding empty page). I think I'll do it to improve the quality of the reports, but the complexity of its creation will also increase.
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I have been looking into your enquiry and the difference in quality comes from, using different approaches for creating the different elements. The page headers and footers are internally created whereas the controls that are added to the report need to be rendered into image using the WPF provided functionality for imaging.
Please let me know if you require any further clarification on the matter.