I've been toying with the idea of displaying two pages at once for a multipage report in Vision.
The Report Viewer control only supports displaying one page at a time, and so I looked at the PDF Viewer instead which supports it, but it has fonts and text rendering issues (text will sometimes overflow in PDF Viewer while it won't in the Report Viewer).
I seem to be able to instantiate a RMViewer object using a RMDocument built from the pdf bytes returned by system.report.executeReport()
, but I can't add it dynamically to a window.
Any ideas, or should I merely use two Report Viewers side by side? I dislike the idea since they will generate the same report twice (for heavy reports, the performance isn't great).