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()
           
 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, IResourceLocator locator)
           
 IReportDocument IReportEngine.openReportDocument(java.lang.String systemId, java.lang.String fileName, IResourceLocator locator)
           
 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 systemId, java.lang.String fileName, IResourceLocator locator)
           
 

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
 



Copyright © 2005 Actuate Corp. All rights reserved.