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 | Gets the C1Report object that contains this Section. | |
PrintAtPageBottom | For master report's footer sections only, gets or sets a value indicating whether the current section should print at the bottom of the page immediately above the page footer, rather than right below the detail. The default is false.
This property is ignored for non-footer sections or for footers of sub-reports. | |
RenderHeight | Returns the height of the section after the CanGrow and CanShrink properties have been applied to the section. | |
Repeat | For group header and group footer sections only, gets or sets a value indicating whether the current section should be repeated at the top of each page. The default is false. | |
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. |