The Section type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackColor |
Gets or sets the background color for this Section.
|
|
CanGrow |
Specifies whether the Section height should be automatically increased to fit its contents.
|
|
CanShrink |
Specifies whether the Section height should be reduced when one or more fields shrink.
|
|
Fields |
Returns a collection of all fields in this Section.
|
|
ForcePageBreak |
Specifies whether page breaks should be inserted before and/or after the section is rendered.
|
|
Height |
Gets or sets the Section height, in twips.
|
|
KeepTogether |
Specifies whether the Section should be kept together on a page.
|
|
Name |
Gets or sets the Section name.
|
|
OnFormat |
Gets or sets a string containing VBScript code to be executed before the Section is formatted.
|
|
OnPrint |
Gets or sets a string containing VBScript code to be executed before the Section is printed
(after it is formatted).
|
|
ParentReport | ||
RenderHeight | ||
Repeat |
Specifies whether the Section should be repeated at the top of every page.
|
|
Tag |
Gets or sets extra data used by the calling program.
|
|
Type |
Returns the Section type (e.g., PageHeader, Detail).
|
|
Visible |
Specifies whether the Section will be rendered in the report.
|