|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for report and subreport objects.
Method Summary | |
DatabaseController |
getDatabaseController()
Gets the database controller for this report. |
DataDefController |
getDataDefController()
Gets the data definition controller for this report. |
java.lang.String |
getRecordSelectionFormula()
Gets the record selection formula for this report. |
void |
setRecordSelectionFormula(java.lang.String formula)
Sets the record selection formula for this report. |
Method Detail |
public DatabaseController getDatabaseController() throws ReportSDKException
ReportSDKException
public DataDefController getDataDefController() throws ReportSDKException
ReportSDKException
public java.lang.String getRecordSelectionFormula() throws ReportSDKException
ReportSDKException
public void setRecordSelectionFormula(java.lang.String formula) throws ReportSDKException
formula
- The record selection formula for this report.
ReportSDKException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |