Interface IReportDocumentInfo
public interface IReportDocumentInfo
the interface used to access the traisent informations of a report document.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if the report document is completely read.Open a report document.
-
Method Details
-
getErrors
List getErrors() -
openReportDocument
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.
-