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 ReportEngine.openReportDocument(java.lang.String fileName)
          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
 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.