com.crystaldecisions.sdk.occa.report.data
Interface IFormulaField

All Superinterfaces:
IClone, IField, IFormula
All Known Implementing Classes:
FormulaField

public interface IFormulaField
extends IField, IFormula

This interface defines a formula field in the report. To modify formula fields in a report, use the DataDefController.


Method Summary
 int getOptions()
          For internal use only.
 void setOptions(int options)
          For internal use only.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField
getDescription, getDisplayName, getFormulaForm, getHeadingText, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, setDescription, setHeadingText, setLength, setName, setType
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFormula
getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText
 

Method Detail

getOptions

int getOptions()

For internal use only.


setOptions

void setOptions(int options)

For internal use only.