GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : Section Class |
The following tables list the members exposed by Section.
Name | Description | |
---|---|---|
Section Constructor | Initializes a new instance of the Section class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the section. | |
CanGrow | Indicates whether the section height should grow when its controls extend beyond its original height. | |
CanShrink | Indicates whether the section height should be adjusted to the exact total height of its controls. | |
Controls | Gets a collection of all controls contained in the section. | |
Height | Gets or sets the height of the section. | |
Name | Gets or sets the name of the section. | |
Tag | Gets or sets user-defined information to be persisted with the section. | |
Type | Gets the section's type. | |
Visible | Specifies whether the section should be printed or not. |
Name | Description | |
---|---|---|
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. Bookmark text to be displayed in the table of contents treeview. | |
Dispose | Releases the section instance from memory. | |
SizeToFit | Overloaded. The SizeToFit method is used by the end-user report designer to size a section so that all contained controls are visible. |
Name | Description | |
---|---|---|
AfterPrint | Occurs after the section has been rendered to the page. | |
BeforePrint | Occurs immediately before the section is rendered to the page. | |
ControlAdded | Raised when control was added to section. | |
ControlRemoved | Raised when control was removed from section. | |
Disposed | Occurs when the section instance is released from memory. | |
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. |