|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGroupAreaFormat
This interface enables you to get and set behavior for printing the group header and the group area.
| Method Summary | |
|---|---|
boolean |
getEnableKeepGroupTogether()
Returns true if the group area will be printed on the same page, and
false otherwise. |
boolean |
getEnableRepeatGroupHeader()
Returns true if the group header will be printed on each page, and false
otherwise. |
int |
getVisibleGroupNumberPerPage()
Gets a value indicating the number of visible groups per page. |
void |
setEnableKeepGroupTogether(boolean enableKeepGroupTogether)
Sets whether the group area will be printed on the same page. |
void |
setEnableRepeatGroupHeader(boolean enableRepeatGroupHeader)
Sets whether the group header will be printed on each page. |
void |
setVisibleGroupNumberPerPage(int visibleGroupNumberPerPage)
Sets a non-negative value indicating the number of visible groups per page. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IAreaFormat |
|---|
getEnableClampPageFooter, getEnableHideForDrillDown, getVisibleRecordNumberPerPage, setEnableClampPageFooter, setEnableHideForDrillDown, setVisibleRecordNumberPerPage |
| 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 getEnableKeepGroupTogether()
Returns true if the group area will be printed on the same page, and
false otherwise.
true if the group area will be printed on the same page, and
false otherwise.boolean getEnableRepeatGroupHeader()
Returns true if the group header will be printed on each page, and false
otherwise.
true if the group header will be printed on each page, and false
otherwise.int getVisibleGroupNumberPerPage()
Gets a value indicating the number of visible groups per page.
Note: By default, the VisibleGroupNumberPerPage property is set to 0, indicating that paging is not determined by the number of visible groups.
void setEnableKeepGroupTogether(boolean enableKeepGroupTogether)
Sets whether the group area will be printed on the same page.
enableKeepGroupTogether - true if the group area will be printed on the
same page, and false otherwise.void setEnableRepeatGroupHeader(boolean enableRepeatGroupHeader)
Sets whether the group header will be printed on each page.
enableRepeatGroupHeader - true if the group header will be printed on each page, and false
otherwise.void setVisibleGroupNumberPerPage(int visibleGroupNumberPerPage)
Sets a non-negative value indicating the number of visible groups per page.
Note: By default, the VisibleGroupNumberPerPage property is set to 0, indicating that paging is not determined by the number of visible groups.
int - that indicates the number of records that are visible on each page.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||