IReportDocument |
IReportDocumentInfo.openReportDocument() |
Open a report document.
|
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 systemId,
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 systemId,
java.lang.String fileName,
java.util.Map options) |
Opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator) |
Opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String systemId,
org.eclipse.birt.core.archive.IDocArchiveReader archiveReader,
java.util.Map options) |
Opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
IReportDocument |
IReportEngine.openReportDocument(java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator) |
Opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
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) |
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,
java.util.Map options) |
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,
org.eclipse.birt.report.model.api.IResourceLocator locator) |
opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String systemId,
org.eclipse.birt.core.archive.IDocArchiveReader reader,
java.util.Map options) |
opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String fileName,
org.eclipse.birt.report.model.api.IResourceLocator locator) |
opens a report document and returns an IReportDocument object, from which
further information can be retrieved.
|