com.crystaldecisions.sdk.occa.report.definition
Interface IAreaFormat

All Superinterfaces:
IClone, ISectionAreaFormat
All Known Subinterfaces:
IDetailAreaFormat, IGroupAreaFormat, IPageAreaFormat
All Known Implementing Classes:
AreaFormat, DetailAreaFormat, GroupAreaFormat, PageAreaFormat

public interface IAreaFormat
extends ISectionAreaFormat, IClone

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

getEnableHideForDrillDown

boolean getEnableHideForDrillDown()

Returns whether the area will be hidden (though the area is still available for drill down).

Returns:
true if the area will be hidden, and false otherwise.

setEnableHideForDrillDown

void setEnableHideForDrillDown(boolean enableHideForDrillDown)

Sets whether the area will be hidden (though the area is still available for drill down).

Parameters:
enableHideForDrillDown - true if the area will be hidden, and false otherwise.