|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides access to the report data definition and controllers that are required to modify a subreport.
Use the SubreportController
object to import a report as a subreport, to add or remove
subreport links, or to retrieve the names of all of the subreports in a report. To access the associated
SubreportClientDocument
object, use the subreport name.
Method Summary | |
DatabaseController |
getDatabaseController()
Returns the DatabaseController object, which is used to add, remove, and modify the tables
that are used as the subreport's data source.
|
DataDefController |
getDataDefController()
Returns the DataDefController object, which is used to modify the subreport's data definition.
|
Method Detail |
public DatabaseController getDatabaseController()
Returns the DatabaseController
object, which is used to add, remove, and modify the tables
that are used as the subreport's data source.
DatabaseController
object.public DataDefController getDataDefController()
Returns the DataDefController
object, which is used to modify the subreport's data definition.
A data definition defines what data is used in the subreport and how it is treated. Use the
DataDefController
object to modify the subreport's formula fields, groups, parameter fields,
record filters, and sorting definition.
DataDefController
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |