|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.crystaldecisions.sdk.occa.report.partsdefinition.ReportPartNode
This class is used to identify a report object in the report. This class is added to a CrystalReportPartNodes collection.
See the Getting Started > Tutorials section of the Viewer Java SDK Guide for
an example of how to use the ReportPartNode class.
| Constructor Summary | |
ReportPartNode()
|
|
ReportPartNode(ReportPartNode part)
|
|
| Method Summary | |
ReportPartNodes |
getDrillDownPath()
Returns the path to the drill-down information. |
java.lang.String |
getName()
Returns the name of the ReportPartNode object. |
IReportPartID |
getReportPartID()
For internal use only. |
void |
setDrillDownPath(ReportPartNodes nodes)
Sets the path to the drill-down information. |
void |
setName(java.lang.String name)
For Internal use only. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportPartNode()
public ReportPartNode(ReportPartNode part)
| Method Detail |
public ReportPartNodes getDrillDownPath()
ReportPartNodes collection containing one or more
ReportPartNode objects.
ReportPartNodes collection.setDrillDownPathpublic java.lang.String getName()
ReportPartNode object.
ReportPartNode object
as a String.setNamepublic IReportPartID getReportPartID()
public void setDrillDownPath(ReportPartNodes nodes)
ReportPartNodes collection containing one or more
ReportPartNode objects. A ReportPartNode
object cannot belong to the same ReportPartNodes collection
set in its setDrillDownPath method.
Note: The report objects in the drill-down path node list must be from the next group down in the report. For example, if this node is from group header 1, then the nodes in the drill-down path must be from the group header 2 section, if one exists, or from the details section if there is only one group in the report.
nodes - The ReportPartNodes collection that specifies the
path to the drill-down information.getDrillDownPathpublic void setName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||