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: 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

getCrossTabDefinition

ICrossTabDefinition getCrossTabDefinition()
For internal use only


setCrossTabDefinition

void setCrossTabDefinition(ICrossTabDefinition crossTabDefinition)
For internal use only


getCrossTabFormat

ICrossTabFormat getCrossTabFormat()
For internal use only


findObjectByName

IReportObject findObjectByName(java.lang.String name)
For internal use only