Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Add getReportRunnable in the report context

Title: [birt-dev]CheckIn: Add getReportRunnable in the report context

- Summary:

- Bugzilla Bug (s) Resolved:

- Description:

        IReportContext is used to get the report running context by user codes, such as emitters, action handlers, event handers. From this interface, the user can get various informations include paramter values, http request.

        The viewer needs report runnable used to running the report. add the API to support it.

- Tests Description  :
        Manul Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "add getReportRunnable in the IReportContext" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top