Uses of Interface
org.eclipse.birt.report.engine.api.IReportEngine
Packages that use IReportEngine
Package
Description
This is an application-writer's interface for using the BIRT report engine.
Defines the interfaces of report emitters, and also provides serval general
classes for emitters to output XML document, process hyperline, etc.
-
Uses of IReportEngine in org.eclipse.birt.report.engine.api
Classes in org.eclipse.birt.report.engine.api that implement IReportEngineModifier and TypeClassDescriptionclass
This is a wrapper class for the IReportEngine.Fields in org.eclipse.birt.report.engine.api declared as IReportEngineMethods in org.eclipse.birt.report.engine.api that return IReportEngineModifier and TypeMethodDescriptionIReportEngineFactory.createReportEngine
(EngineConfig config) create a new report engine object.IEngineTask.getEngine()
returns the report engine objectIReportRunnable.getReportEngine()
returns the report engine -
Uses of IReportEngine in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter that return IReportEngine