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

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

public interface IFormulaField
extends IField

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, getValueTypeForFormatOption, setDescription, setHeadingText, setLength, setName, setType
 

Method Detail

getOptions

int getOptions()

For internal use only.


setOptions

void setOptions(int options)

For internal use only.