|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICrossTabObject
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: The C++ report engine does not support adding or modifying CrossTabObjects. Using
the ReportObjectController, you may only modify base IReportObject
properties, such as the object's name and position, and the object may also be deleted. The
more advanced CrossTabObjectController is not supported by the C++ report engine.
| Method Summary | |
|---|---|
IReportObject |
findObjectByName(java.lang.String name)
For internal use only |
ICrossTabDefinition |
getCrossTabDefinition()
For internal use only |
ICrossTabFormat |
getCrossTabFormat()
For internal use only |
void |
setCrossTabDefinition(ICrossTabDefinition crossTabDefinition)
For internal use only |
| 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 |
| Method Detail |
|---|
ICrossTabDefinition getCrossTabDefinition()
void setCrossTabDefinition(ICrossTabDefinition crossTabDefinition)
ICrossTabFormat getCrossTabFormat()
IReportObject findObjectByName(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||