|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.reports.sdk.DataDefController
A controller that provides access to the document's data definition and parameter field controller.
Method Summary | |
IDataDefinition |
getDataDefinition()
Returns formulas, filters, groups, parameters, sort objects, and summaries. |
ParameterFieldController |
getParameterFieldController()
Adds, removes, and modifies any parameter fields in the report. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ParameterFieldController getParameterFieldController()
Adds, removes, and modifies any parameter fields in the report.
ParameterFieldController
used to add, remove, and modify
any parameter fields in the report.public IDataDefinition getDataDefinition()
Returns formulas, filters, groups, parameters, sort objects, and summaries.
The IDataDefinition
object contains all the data structures necessary to define and
manipulate the data that is contained in the report.
Note: The report's data definition is not concerned with how the report is laid out; it does not store information regarding graphics, charts, borders, or text objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |