|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.reports.sdk.ParameterFieldController
A database controller which provides an interface for some database related operations.
Method Summary | |
void |
setCurrentValue(java.lang.String sReportName,
java.lang.String sFieldName,
double newValue)
Sets a single value for the parameter field. |
void |
setCurrentValue(java.lang.String sReportName,
java.lang.String sFieldName,
java.lang.Object newValue)
Sets a single value for the parameter field. |
void |
setCurrentValues(java.lang.String sReportName,
java.lang.String sFieldName,
java.lang.Object[] newValue)
Sets the current values for the parameter field. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setCurrentValues(java.lang.String sReportName, java.lang.String sFieldName, java.lang.Object[] newValue) throws ReportSDKException
Sets the current values for the parameter field.
sReportName
- The report in which the specified parameter field is contained.sFieldName
- The parameter field name.newValue
- The values that are to be stored in the parameter field.
ReportSDKException
public void setCurrentValue(java.lang.String sReportName, java.lang.String sFieldName, double newValue) throws ReportSDKException
Sets a single value for the parameter field.
NOTE: The sReportName
parameter refers to the name of the subreport.
To set the parameters in the main report, use an empty string as the sReportName
parameter.
sReportName
- the report that contains the specified parameter fieldsFieldName
- the parameter field namenewValue
- the value that you want to store in the parameter field
ReportSDKException
public void setCurrentValue(java.lang.String sReportName, java.lang.String sFieldName, java.lang.Object newValue) throws ReportSDKException
Sets a single value for the parameter field.
NOTE: The sReportName
parameter refers to the name of the subreport.
To set the parameters in the main report, use an empty string as the sReportName
parameter.
sReportName
- the report that contains the specified parameter fieldsFieldName
- the parameter field namenewValue
- the object that you want to store in the parameter field
ReportSDKException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |