C1.C1Report Namespace : Section Class |
The following tables list the members exposed by Section.
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. | |
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). | |
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. | |
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. | |
Visible | Specifies whether the Section will be rendered in the report. |