[ROOT] --> C++Client
Contains information about sections in a report.
backgroundColor
freeFormPlacement
KeepTogether
NewPageAfter
NewPageBefore
printAtBottomOfPage
ResetPageNAfter
showArea
StructSize
SuppressBlankSection
underlaySection
visible
WORD StructSize
Specifies the size of the PESectionOptions structure. You must
initialize this member to be the size of whatever it is.
For
example, options.StructSize = PE_SIZEOF_SECTION_OPTIONS.
short visible
Specifies whether or not the selected section is to be visible. Pass TRUE to keep the section visible, FALSE to hide the section.
short NewPageBefore
Specifies whether or not the program is to insert a page break before the section is printed. Pass TRUE to insert a page break, FALSE not to insert a page brea
short NewPageAfter
Specifies whether or not the program is to insert a page break after the section is printed. Pass TRUE to insert a page break, FALSE not to insert a page break.
short KeepTogether
Specifies whether or not the program is to keep the section together, either on the current page (if there is room) or on the next (if not). Pass TRUE to keep the section together, FALSE to allow the program to split the section data from one page to the next if necessary.
short SuppressBlankSection
Specifies whether or not the program is to eliminate blank sections from your report. A section must be completely empty before the program suppresses. Pass TRUE to eliminate the blank sections, FALSE to retain them.
short ResetPageNAfter
Specifies whether or not the program is to reset the page number to one (1) for the following page, after it prints a group total. Pass TRUE to reset the page number, FALSE to retain the standard numbering.
short printAtBottomOfPage
Specifies whether or not the program is to cause each group value to print only at the bottom of a page; FALSE to have the values print in their normal position.
COLORREF backgroundColor
Specifies the RGB color value contained in the COLORREF structure. Use PE_UNCHANGED_COLOR to preserve the existing color or PE_NO_COLOR for not color.
short underlaySection
Indicates whether or not the specified section is to underlay the following section(s).
short showArea
Specifies True (1) to show an area, False (0) to hide an area. You can drill down on a hidden area
short freeFormPlacement
Design time flag. If set to True (1), an object can be placed anywhere in a section.