Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Support extra module options to open the report design and report document

Title: [birt-dev]CheckIn: Support extra module options to open the report design and report document

- Summary:

- Bugzilla Bug (s) Resolved:

- Description:

        Model supports extra options to control the report design parser. Those options includes:
        resource path, resource locator and senmantic checks.
        Model will add more options to the parser in the future.
       
        Report engine needs support the user setting those options in engine API, so two new API is added:
        IReportEngine.openDesign(String systemId, InputStream in, Map options)
        IReportEngine.openDocument(String systemId, String documentName, Map options);

- Tests Description  :

        Unit Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "support extra module options to open report design and document" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/ReportParser.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngine.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top