com.crystaldecisions.sdk.occa.report.definition
Interface IConditionFormula

All Superinterfaces:
IClone, IFormula
All Known Implementing Classes:
ConditionFormula

public interface IConditionFormula
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.


Method Summary
 ConditionFormulaType getConditionFormulaType()
           
 void setConditionFormulaType(ConditionFormulaType type)
           
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFormula
getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText
 

Method Detail

getConditionFormulaType

ConditionFormulaType getConditionFormulaType()

setConditionFormulaType

void setConditionFormulaType(ConditionFormulaType type)