com.crystaldecisions.sdk.occa.report.data
Interface IDataConditionFormula
- All Superinterfaces:
- IClone, IFormula
- All Known Implementing Classes:
- DataConditionFormula
public interface IDataConditionFormula
- extends IFormula
This interface enables you to set the condition formula for each of the attributes for a selected
area, section, or report object, thus offering you full conditional control over the appearance
of the report object and its area and section. A condition formula enables you to dynamically
alter the appearance or content of a ReportObject
when the report is viewed.
Each ReportObject
only has a finite number of conditional formulas that can be
edited. For each object, use the appropriate ConditionFormulas modifier and modify the Text
property of a certain ConditionFormula
object in the collection to modify the
condition of some attribute.
getConditionFormulaType
ConditionFormulaType getConditionFormulaType()
setConditionFormulaType
void setConditionFormulaType(ConditionFormulaType type)