Interface IReportDocumentInfo


  • public interface IReportDocumentInfo
    the interface used to access the traisent informations of a report document.
    • Method Detail

      • getErrors

        java.util.List getErrors()
      • openReportDocument

        IReportDocument openReportDocument()
                                    throws org.eclipse.birt.core.exception.BirtException
        Open a report document.
        Returns:
        ReportDocument object
        Throws:
        org.eclipse.birt.core.exception.BirtException
      • isComplete

        boolean isComplete()
        Check if the report document is completely read.
        Returns:
        true if document information is completely read.