Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
IReportDesign |
IDesignEngine.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design.
|
IReportDesign |
DesignEngine.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design.
|
Modifier and Type | Method and Description |
---|---|
IReportDesign |
SimpleRowItem.getReport() |
IReportDesign |
MultiRowItem.getReport() |
Modifier and Type | Method and Description |
---|---|
IReportDesign |
DesignEngineImpl.openDesign(java.lang.String fileName,
java.io.InputStream ins,
IModuleOption options)
Opens the report design.
|
Modifier and Type | Method and Description |
---|---|
IReportDesign |
IDesignElement.getReport()
Gets the report.
|
Copyright © 2008 Actuate Corp. All rights reserved.