Home
Analytics
DEAPI to read an rptdocument
jhelbling_reportingsoft
<p>Hi,</p>
<p> </p>
<p>Very quick question: using the DEAPI, is it possible to read the content (structure and/or data) of an rptdocument file ?</p>
<p> </p>
<p>Thank you very much!</p>
Find more posts tagged with
Comments
Clement Wong
<p>Here's are a few ReportDocumentReader test cases in GitHub:</p>
<p><a data-ipb='nomediaparse' href='
https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentReaderTest.java'>https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentReaderTest.java</a></p>
;
<p> </p>
<p><a data-ipb='nomediaparse' href='
https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentTest.java'>https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentTest.java</a></p>
;
<p> </p>
<p>Here is the actual source code of the ReportDocumentReader.java:</p>
<p><a data-ipb='nomediaparse' href='
https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java'>https://github.com/eclipse/birt/blob/c709c5b07db05398fd7f306201017650fa6bf438/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java</a></p>
;