org.eclipse.birt.report.engine.api
Interface IReportDocumentInfo


public interface IReportDocumentInfo

the interface used to access the traisent informations of a report document.


Method Summary
 java.util.List getErrors()
           
 boolean isComplete()
           
 IReportDocument openReportDocument()
           
 

Method Detail

getErrors

public java.util.List getErrors()

openReportDocument

public IReportDocument openReportDocument()
                                   throws org.eclipse.birt.core.exception.BirtException
Throws:
org.eclipse.birt.core.exception.BirtException

isComplete

public boolean isComplete()


Copyright © 2005 Actuate Corp. All rights reserved.