Uses of Interface
org.eclipse.birt.report.engine.api.IRenderTask
-
Packages that use IRenderTask Package Description org.eclipse.birt.report.engine.api This is an application-writer's interface for using the BIRT report engine. -
-
Uses of IRenderTask in org.eclipse.birt.report.engine.api
Methods in org.eclipse.birt.report.engine.api that return IRenderTask Modifier and Type Method Description IRenderTask
IReportEngine. createRenderTask(IReportDocument reportDocument)
Creates a task that renders the report to a specific output format.IRenderTask
IReportEngine. createRenderTask(IReportDocument reportDocument, IReportRunnable reportRunnable)
Create a task that renders the report to a specific output format.IRenderTask
ReportEngine. createRenderTask(IReportDocument reportDocument)
creates a task that renders the report to a specific output format.IRenderTask
ReportEngine. createRenderTask(IReportDocument reportDocument, IReportRunnable reportRunnable)
create a task that renders the report to a specific output format.
-