|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IReportDocument | |
org.eclipse.birt.report.engine.api | This is an application-writer's interface for using the BIRT report engine. |
Uses of IReportDocument in org.eclipse.birt.report.engine.api |
Methods in org.eclipse.birt.report.engine.api that return IReportDocument | |
IReportDocument |
IReportDocumentInfo.openReportDocument()
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String fileName)
opens a report document and returns an IReportDocument object, from which further information can be retrieved. |
IReportDocument |
IReportEngine.openReportDocument(java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator)
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName)
opens a report document and returns an IReportDocument object, from which further information can be retrieved. |
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator)
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName,
java.util.Map options)
opens a report document and returns an IReportDocument object, from which further information can be retrieved. |
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
org.eclipse.birt.core.archive.IDocArchiveReader archiveReader,
java.util.Map options)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String fileName)
opens a report document and returns an IReportDocument object, from which further information can be retrieved. |
IReportDocument |
ReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName,
java.util.Map options)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String systemId,
org.eclipse.birt.core.archive.IDocArchiveReader reader,
java.util.Map options)
|
Methods in org.eclipse.birt.report.engine.api with parameters of type IReportDocument | |
IRenderTask |
IReportEngine.createRenderTask(IReportDocument reportDocument)
creates a task that renders the report to a specific output format. |
IDataExtractionTask |
IReportEngine.createDataExtractionTask(IReportDocument reportDocument)
creates a task that allows data extraction from a report document |
IRenderTask |
ReportEngine.createRenderTask(IReportDocument reportDocument)
creates a task that renders the report to a specific output format. |
IDataExtractionTask |
ReportEngine.createDataExtractionTask(IReportDocument reportDocument)
creates a task that allows data extraction from a report document |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |