Uses of Interface
org.eclipse.birt.report.engine.api.IReportDocument

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()
          Open a report document.
 IReportDocument IReportEngine.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 fileName)
          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)
          Opens a report document and returns an IReportDocument object, from which further information can be retrieved.
 IReportDocument ReportEngine.openReportDocument(java.lang.String systemId, org.eclipse.birt.core.archive.IDocArchiveReader reader, 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 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.
 IReportDocument ReportEngine.openReportDocument(java.lang.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.
 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 ReportEngine.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)
          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, org.eclipse.birt.report.model.api.IResourceLocator locator)
          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, java.util.Map options)
          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, java.util.Map options)
          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 IReportDocument
 IDataExtractionTask IReportEngine.createDataExtractionTask(IReportDocument reportDocument)
          Creates a task that allows data extraction from a report document.
 IDataExtractionTask ReportEngine.createDataExtractionTask(IReportDocument reportDocument)
          creates a task that allows data extraction from a report document
 IRenderTask IReportEngine.createRenderTask(IReportDocument reportDocument)
          Creates 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 IReportEngine.createRenderTask(IReportDocument reportDocument, IReportRunnable reportRunnable)
          Create 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.
 



Copyright © 2008 Actuate Corp. All rights reserved.