Class
ReportFooterSection

Represents a report footer section. Report footer is displayed at the end of a report, but before the last PageFooterSection if any.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(ReportFooterSection), "Resources.ReportFooter.bmp")]
public class ReportFooterSection : ReportSection, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSectionReportFooterSection

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportSection.CanShrinkReportSection.PageBreakReportSection.KeepTogetherReportSectionBase.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

ReportFooterSection()

Declaration

cs-api-definition
public ReportFooterSection()

Properties

PrintAtBottom

Gets or sets a value indicating whether the rendering engine should print the section at the bottom of the page that contains the section.

Declaration

cs-api-definition
public bool PrintAtBottom { get; set; }

Property Value

bool

A boolean value indicating whether the rendering engine should print the section at the bottom of the page that contains the section.

Remarks

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.