Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Use the saved system id in the report document is user uses NULL in the openReportDocument

Title: [birt-dev]CheckIn: Use the saved system id in the report document is user uses NULL in the openReportDocument

- Summary: Use the system id saved in the document if user passes NULL system id.

- Bugzilla Bug (s) Resolved:

- Description:

        report engine need a system id to open a report document. The system id is used to resolve the resource with relative path defined in the report document. If the system id is NULL, use the one which is saved into the report document.

        The saved system id of the report document is get from the report design which is used to create the report document.

- Tests Description  :

        API test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "use saved system id in the report document" -l "/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/test/org/eclipse/birt/report/engine/api/RelativeHyperlinkInReportDocumentTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java"


- Files Added:
cvs add -kkv "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/RelativeHyperlinkInReportDocumentTest.java"


- Files Deleted


-Wei Yan



Back to the top