GroupFooterSection
Represents a group footer section. Group footers are displayed at the end of a group. Group headers and footers are unified by the Group class.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(GroupFooterSection), "Resources.GroupFooter.bmp")]
public class GroupFooterSection : GroupSection, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSectionGroupSectionGroupFooterSection...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GroupFooterSection class.
public GroupFooterSection()
Properties
PrintAtBottom
bool
Gets or sets a value indicating whether the rendering engine should print the section at the bottom of the page that contains the section.
public bool PrintAtBottom { get; set; }
A boolean value indicating whether the rendering engine should print the section at the bottom of the page that contains the section.
When false, the section will be printed right after the preceeding section. When true, the section will be printed at the bottom of the page that contains the section. All subsequent sections will be moved on the next page. If there is no preceeding section on the page, the section will print on the top of the page.