My problem is I am printing a page which has a rich text box embedded. The rich text box content can be printed no problem but sometimes the content data go beyond the height of the rich text box, making the extra data not viewable; thus the data will not be printed.
Is there a way to get around this issue? Thanks.
No, currently the EmbeddedVisualReportSection basically just uses a visual brush of the element provided so you will get what you see on screen. It does not navigate the visual elements and try to scroll those that have scrollviewers etc.
thanks for the reply. Then how can I resolve this issue of showing the hidden text? is there another way around?
There isn't anything in the current version of our reporting functionality to provide this. You might try looking at something like what I mentioned here regarding printing a rtb/flowdocument.