New to Telerik ReportingStart a free 30-day trial

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

Definition

Constructors

C#
public ReportFooterSection()

Properties

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

C#
public bool PrintAtBottom { get; set; }
Property Value:

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.