Posted 9 August 2024, 6:53 am EST
Hi,
I can get byte array from sectionReportOriginal.Document.Content property (using getter) and then set it into sectionReportCopy.Document.Content property (using setter) to get a new instance/copy of the report that is exactly the same (e.g. to transfer a final generated report between separate Windows processes). It works with no problems, but… How far can I move forward with this approach?
-
Is RDF format forward-compatible between AR 11.2 on Windows and AR 15 on Windows?
(so I can get byte array from a final report created in the Windows process which uses AR 11.2 and then restore the report, by setting transferred byte array into a new section report document, in some other Windows process which uses AR 15?) -
Is RDF format forward-compatible between AR 11.2 on Windows and AR 15 on Linux?
(so I can get byte array from a final report created in the Windows process which uses AR 11.2 and then restore the report, by setting transferred byte array into a new section report document, in some other Linux process which uses AR 15?)
Thank you.