ActiveReports6 Assembly > DataDynamics.ActiveReports Namespace : GroupFooter Class |
The following tables list the members exposed by GroupFooter.
Name | Description | |
---|---|---|
GroupFooter Constructor | Initializes a new instance of the GroupFooter class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the section. (Inherited from DataDynamics.ActiveReports.Section) | |
CanGrow | Indicates whether the section height should grow when its controls extend beyond its original height. (Inherited from DataDynamics.ActiveReports.Section) | |
CanShrink | Indicates whether the section height should be adjusted to the exact total height of its controls. (Inherited from DataDynamics.ActiveReports.Section) | |
ColumnLayout | Gets or sets a value to determine whether the section should use the same column layout of its detail section. | |
Controls | Gets a collection of all controls contained in the section. (Inherited from DataDynamics.ActiveReports.Section) | |
CurrentLocation | Gets the location of the section being rendered on the page. (Inherited from DataDynamics.ActiveReports.Section) | |
Height | Gets or sets the height of the section. (Inherited from DataDynamics.ActiveReports.Section) | |
KeepTogether | Gets or sets a value that determines whether the section should be printed on a single page. | |
Name | Gets or sets the name of the section. (Inherited from DataDynamics.ActiveReports.Section) | |
NewColumn | Gets or sets a value that determines whether a new column should be started before and/or after printing the section. | |
NewPage | Gets or sets a value that determines whether a new page should be inserted before and/or after printing the section. | |
PrintAtBottom | Gets or sets a value that specifies whether the section should be printed at the bottom of the page immediately before any page footer section. | |
Site | For internal use only. (Inherited from DataDynamics.ActiveReports.Section) | |
Tag | For internal use only. (Inherited from DataDynamics.ActiveReports.Section) | |
Type | Gets the section's type. (Inherited from DataDynamics.ActiveReports.Section) | |
Visible | Specifies whether the section should be printed or not. (Inherited from DataDynamics.ActiveReports.Section) |
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. (Inherited from DataDynamics.ActiveReports.Section) | |
Dispose | Releases the section instance from memory. (Inherited from DataDynamics.ActiveReports.Section) | |
SizeToFit | Overloaded. Sizes the section to fit the contained controls. (Inherited from DataDynamics.ActiveReports.Section) |
Name | Description | |
---|---|---|
AfterPrint | Occurs after the section has been rendered to the page. (Inherited from DataDynamics.ActiveReports.Section) | |
BeforePrint | Occurs immediately before the section is rendered to the page. (Inherited from DataDynamics.ActiveReports.Section) | |
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. (Inherited from DataDynamics.ActiveReports.Section) |