[ROOT] --> C++Client

struct PESectionOptions

Contains information about sections in a report.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

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.
freeFormPlacement
Design time flag. If set to True (1), an object can be placed anywhere in a section.
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.
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.
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
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.
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.
showArea
Specifies True (1) to show an area, False (0) to hide an area. You can drill down on a hidden area
StructSize
Specifies the size of the PESectionOptions structure. You must initialize this member to be the size of whatever it i.
For example, options.StructSize = PE_SIZEOF_SECTION_OPTIONS.
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.
underlaySection
Indicates whether or not the specified section is to underlay the following section(s).
visible
Specifies whether or not the selected section is to be visible. Pass TRUE to keep the section visible, FALSE to hide the section.


Variables

StructSize

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.

visible

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.

NewPageBefore

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

NewPageAfter

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.

KeepTogether

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.

SuppressBlankSection

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.

ResetPageNAfter

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.

printAtBottomOfPage

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.

backgroundColor

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.

underlaySection

short underlaySection

Indicates whether or not the specified section is to underlay the following section(s).

showArea

short showArea

Specifies True (1) to show an area, False (0) to hide an area. You can drill down on a hidden area

freeFormPlacement

short freeFormPlacement

Design time flag. If set to True (1), an object can be placed anywhere in a section.


Copyright (c) 2000 Dynalivery Corp.