ReportSection
Class
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ReportSection : ReportSectionBase, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportSectionBaseReportSection...
Derived Classes:
Implements:
Inherited Members
Properties
KeepTogether
bool
Internal use only
C#
public bool KeepTogether { get; set; }
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.
C#
public bool PrintAtBottom { get; set; }
Remarks:
Applicable for GroupFooter and ReportFooter sections only.