com.crystaldecisions.sdk.occa.report.definition
Interface ICrossTabObject
- All Superinterfaces:
- IClone, IReportObject
- All Known Implementing Classes:
- CrossTabObject
public interface ICrossTabObject
- extends IReportObject
This interface enables you to get and set the grid format for a
CrossTabObject
.
A Cross-Tab object is a grid that returns values based on the criteria you specify.
Data is presented in compact rows and columns.
This format makes it easy to compare data and identify trends.
NOTE: At this time, the RAS SDK does not support manipulating a Cross-Tab object. You can only delete Cross-Tab objects.
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject |
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth |
getCrossTabDefinition
ICrossTabDefinition getCrossTabDefinition()
setCrossTabDefinition
void setCrossTabDefinition(ICrossTabDefinition crossTabDefinition)
getCrossTabFormat
ICrossTabFormat getCrossTabFormat()
findObjectByName
IReportObject findObjectByName(java.lang.String name)