Missing RV content in PDF export of a RB report
Posted: Fri Jan 15, 2016 10:18 am
Hello,
I'm testing the current RV version and have also installed the following:
DevExpress 14.2.2
RB 17
RV cxEditor add-on 1.5.5
RV RBuilder add-on 1.19
eDocEngine 5.0.0.15
When I export a cxGrid or a RB report to PDF via eDocEngine export interface, the RichView content is missing in the resulting PDF file for some reason, while it's there in the grid / report preview.
If I print that report / grid and choose a PDF printer, the RichView content does exist in the resulting PDF file, so something must be wrong with the combination of the RV RBuilder add-on and/or eDocEngine, I think.
I've read the announcement about Uniscribe, which affect this functionality, but there is the following info regarding the updated demos:
As far as I understand, I don't have to set MetafileCompatibility manually, because eDocEngine does it itself.
What else could be the reason for the missing RV content?
I'm testing the current RV version and have also installed the following:
DevExpress 14.2.2
RB 17
RV cxEditor add-on 1.5.5
RV RBuilder add-on 1.19
eDocEngine 5.0.0.15
When I export a cxGrid or a RB report to PDF via eDocEngine export interface, the RichView content is missing in the resulting PDF file for some reason, while it's there in the grid / report preview.
If I print that report / grid and choose a PDF printer, the RichView content does exist in the resulting PDF file, so something must be wrong with the combination of the RV RBuilder add-on and/or eDocEngine, I think.
I've read the announcement about Uniscribe, which affect this functionality, but there is the following info regarding the updated demos:
Code: Select all
The main change in these demos is assigning True to MetafileCompatibility property of TRVReportHelper components.
For eDocEngine, this assignment is made by TgtRichViewInterface class itself, if you use new version of eDocEngine.
What else could be the reason for the missing RV content?