See Also

Section Class  | DataDynamics.ActiveReports Namespace  | SectionCollection  | Detail  | GroupFooter  | GroupHeader  | PageFooter  | PageHeader  | ReportFooter  | ReportHeader

See Also ActiveReports Send feedback to Data Dynamics

Section Class Members

Section overview

Public Constructors

Public Constructor Section Constructor Initializes a new instance of the Section class.

Public Properties

Public Property BackColor Gets or sets the background color of the section.
Public Property CanGrow Indicates whether the section height should grow when its controls extend beyond its original height.
Public Property CanShrink Indicates whether the section height should be adjusted to the exact total height of its controls.
Public Property Controls Gets a collection of all controls contained in the section.
Public Property Height Gets or sets the height of the section.
Public Property Name Gets or sets the name of the section.
Public Property Type Gets the section's type.
Public Property Visible Specifies whether the section should be printed or not.

Public Methods

Public Method AddBookmark Adds a bookmark in the report's table of contents.  The bookmark will position the view at the start of the section if the bookmark is added in the section's Format event.
Public Method Dispose Releases the section instance from memory.
Public Method SizeToFit Overloaded. The SizeToFit method is used by the end-user report designer to size a section so that all contained controls are visible.

Public Events

Public Event AfterPrint Occurs after the section has been rendered to the page.
Public Event BeforePrint Occurs immediately before the section is rendered to the page.
Public Event Disposed Occurs when the section instance is released from memory.
Public Event Format Occurs after the section's data is loaded and bound to the section's controls, but before the section is rendered to the canvas.

See Also

Section Class  | DataDynamics.ActiveReports Namespace  | SectionCollection  | Detail  | GroupFooter  | GroupHeader  | PageFooter  | PageHeader  | ReportFooter  | ReportHeader

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.