Uses of Interface
org.eclipse.birt.report.engine.api.IReportDocument
Packages that use IReportDocument
Package
Description
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 IReportDocumentModifier and TypeMethodDescriptionIReportDocumentInfo.openReportDocument()
Open a report document.IReportEngine.openReportDocument
(String fileName) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.IReportEngine.openReportDocument
(String systemId, String fileName) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.IReportEngine.openReportDocument
(String systemId, String fileName, Map options) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.IReportEngine.openReportDocument
(String systemId, String fileName, org.eclipse.birt.report.model.api.IResourceLocator locator) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.IReportEngine.openReportDocument
(String systemId, org.eclipse.birt.core.archive.IDocArchiveReader archiveReader, Map options) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.IReportEngine.openReportDocument
(String fileName, org.eclipse.birt.report.model.api.IResourceLocator locator) Opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String fileName) opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String systemId, String fileName) opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String systemId, String fileName, Map options) opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String systemId, String fileName, org.eclipse.birt.report.model.api.IResourceLocator locator) opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String systemId, org.eclipse.birt.core.archive.IDocArchiveReader reader, Map options) opens a report document and returns an IReportDocument object, from which further information can be retrieved.ReportEngine.openReportDocument
(String fileName, org.eclipse.birt.report.model.api.IResourceLocator locator) opens a report document and returns an IReportDocument object, from which further information can be retrieved.Methods in org.eclipse.birt.report.engine.api with parameters of type IReportDocumentModifier and TypeMethodDescriptionIReportEngine.createDataExtractionTask
(IReportDocument reportDocument) Creates a task that allows data extraction from a report document.ReportEngine.createDataExtractionTask
(IReportDocument reportDocument) creates a task that allows data extraction from a report documentIReportEngine.createRenderTask
(IReportDocument reportDocument) Creates a task that renders the report to a specific output format.IReportEngine.createRenderTask
(IReportDocument reportDocument, IReportRunnable reportRunnable) Create a task that renders the report to a specific output format.ReportEngine.createRenderTask
(IReportDocument reportDocument) creates a task that renders the report to a specific output format.ReportEngine.createRenderTask
(IReportDocument reportDocument, IReportRunnable reportRunnable) create a task that renders the report to a specific output format.static Collection<IBookmarkInfo>
DocumentUtil.getBookmarks
(IReportDocument document, Locale locale) static boolean
DocumentUtil.isCube
(IReportDocument document, InstanceID instanceId) Judge whether it's a cube based on instance id