|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAreaFormat
This interface enables you to specify the format of the area dynamically when the report is displayed.
Method Summary | |
---|---|
boolean |
getEnableHideForDrillDown()
Returns whether the area will be hidden (though the area is still available for drill down). |
void |
setEnableHideForDrillDown(boolean enableHideForDrillDown)
Sets whether the area will be hidden (though the area is still available for drill down). |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.ISectionAreaFormat |
---|
getBackgroundColor, getConditionFormulas, getEnableKeepTogether, getEnableNewPageAfter, getEnableNewPageBefore, getEnablePrintAtBottomOfPage, getEnableResetPageNumberAfter, getEnableSuppress, setBackgroundColor, setConditionFormulas, setEnableKeepTogether, setEnableNewPageAfter, setEnableNewPageBefore, setEnablePrintAtBottomOfPage, setEnableResetPageNumberAfter, setEnableSuppress |
Method Detail |
---|
boolean getEnableHideForDrillDown()
Returns whether the area will be hidden (though the area is still available for drill down).
true
if the area will be hidden, and false
otherwise.void setEnableHideForDrillDown(boolean enableHideForDrillDown)
Sets whether the area will be hidden (though the area is still available for drill down).
enableHideForDrillDown
- true
if the area will be hidden, and
false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |