|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISummaryFieldBase
This interface defines the basic operations for summary fields.
| Method Summary | |
|---|---|
SummaryOperation |
getOperation()
Returns the manner in which the summary will be calculated. |
int |
getOperationParameter()
For internal use only |
IField |
getSecondarySummarizedField()
For internal use only |
IField |
getSummarizedField()
Returns the field that is being used to calculate the summary. |
void |
setOperation(SummaryOperation operation)
Sets the manner in which the summary will be calculated. |
void |
setOperationParameter(int parameter)
For internal use only |
void |
setSecondarySummarizedField(IField summarizedField)
For internal use only |
void |
setSummarizedField(IField summarizedField)
Sets the field that is being used to calculate the summary. |
| 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 |
|---|
SummaryOperation getOperation()
SummaryOperation object that specifies the manner in which the summary will
be calculated.IField getSummarizedField()
IField object containing the field that is being used to calculate
the summary.void setOperation(SummaryOperation operation)
operation - A SummaryOperation object that specifies the manner in which the summary will
be calculated.void setSummarizedField(IField summarizedField)
summarizedField - An IField object containing the field that is being used to calculate
the summary.int getOperationParameter()
void setOperationParameter(int parameter)
IField getSecondarySummarizedField()
void setSecondarySummarizedField(IField summarizedField)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||