|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomFunction
This interface enables you to set and retrieve information about a custom function.
Custom functions are procedures you create in Crystal Reports
to evaluate, make calculations on, or transform data.
Custom functions must be added to the report using Crystal Reports.
For information on how to do this, see the Crystal Reports Online
Help.
Use the CustomFunctionController
object to
retrieve and modify a custom function.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the custom function. |
void |
setName(java.lang.String name)
Sets the name of the custom function. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFormula |
---|
getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText |
Method Detail |
---|
java.lang.String getName()
Returns the name of the custom function.
String
.void setName(java.lang.String name)
Sets the name of the custom function.
name
- The name of the custom function as a String
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |