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 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 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.