com.crystaldecisions.sdk.occa.report.data
Interface IHierarchicalOptions

All Superinterfaces:
IClone
All Known Implementing Classes:
HierarchicalOptions

public interface IHierarchicalOptions
extends IClone

This interface represents options for heirarchical grouping.

See Also:
IGroupOptions.setHierarchicalOptions(IHierarchicalOptions)

Method Summary
 int getGroupIndent()
          Returns the group indent.
 IField getParentIDField()
          Returns the parent ID field used in the hierarchical sorting.
 void setGroupIndent(int gourpIndent)
          Sets the group indent.
 void setParentIDField(IField parentField)
          Sets the parent ID field used in the hierarchical sorting.
 

Method Detail

getParentIDField

IField getParentIDField()
Returns the parent ID field used in the hierarchical sorting.

Returns:
The parent field as an IField.

setParentIDField

void setParentIDField(IField parentField)
Sets the parent ID field used in the hierarchical sorting.

Parameters:
parentField - The parent field in twips as an IField.

getGroupIndent

int getGroupIndent()
Returns the group indent.

Returns:
The gourp indent in twips as an int.

setGroupIndent

void setGroupIndent(int gourpIndent)
Sets the group indent.

Parameters:
gourpIndent - The group indent in twips as an int.