|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.partsdefinition.ReportPartNode
public class 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()
Returns the path to the drill-down information.
Note: The drill-down path is represented by a ReportPartNodes
collection containing one or more ReportPartNode
objects.
ReportPartNodes
collection.setDrillDownPath
public java.lang.String getName()
ReportPartNode
object.
ReportPartNode
object as a String
.setName
public IReportPartID getReportPartID()
public void setDrillDownPath(ReportPartNodes nodes)
Sets the path to the drill-down information.
Note: The drill-down path is represented by a 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.getDrillDownPath
public void setName(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |