The Section type exposes the following members.

Properties

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

See Also