|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDateGroupOptions
This interface is used to define options
that are available if data is grouped by a
date field. DateGroupOptions
contains options
that are available if data is grouped by a date field.
Method Summary | |
---|---|
DateCondition |
getDateCondition()
Returns the date condition that is used when data is grouped by the date field. |
void |
setDateCondition(DateCondition dateCondition)
Returns the date condition that is used when data is grouped by the date field. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IGroupOptions |
---|
getConditionFormulas, getHierarchicalOptions, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions |
Method Detail |
---|
DateCondition getDateCondition()
Returns the date condition that is used when data is grouped by the date field.
DateCondition
object.void setDateCondition(DateCondition dateCondition)
Returns the date condition that is used when data is grouped by the date field.
dateCondition
- The DateCondition
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |