|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISummaryField
This interface is used to modify a summary for a group, or for the entire report.
| Method Summary | |
|---|---|
IGroup |
getGroup()
Returns the group for which the summary is being calculated. |
IGroup |
getSecondGroupForPercentage()
For internal use only |
boolean |
isPercentageSummary()
For internal use only |
boolean |
isSummarizedAcrossHierarchy()
For internal use only |
void |
setGroup(IGroup group)
Sets the group for which the summary is being calculated. |
void |
setPercentageSummary(boolean percentageSummary)
For internal use only |
void |
setSecondGroupForPercentage(IGroup group)
For internal use only |
void |
setSummarizedAcrossHierarchy(boolean sumAcrossHierarchy)
For internal use only |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.ISummaryFieldBase |
|---|
getOperation, getOperationParameter, getSecondarySummarizedField, getSummarizedField, setOperation, setOperationParameter, setSecondarySummarizedField, setSummarizedField |
| 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 |
|---|
IGroup getGroup()
IGroup object containing the group for which the summary field is
being calculated.void setGroup(IGroup group)
group - An IGroup object containing the group for which the summary field is
being calculated.IGroup getSecondGroupForPercentage()
void setSecondGroupForPercentage(IGroup group)
boolean isPercentageSummary()
void setPercentageSummary(boolean percentageSummary)
boolean isSummarizedAcrossHierarchy()
void setSummarizedAcrossHierarchy(boolean sumAcrossHierarchy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||