ReportSection
Base abstract class for all report sections contained in the report body. Inherited by DetailSection, GroupSection, ReportHeaderSection, ReportFooterSection, TocSection,
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class ReportSection : ReportSectionBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSection
Derived Classes:
Implements:
Inherited Members
Constructors
protected ReportSection()
Properties
CanShrink
bool
Gets or sets a value indicating whether the ReportSection will shrink if a child item is shrunk or hidden.
public bool CanShrink { get; set; }
A boolean value indicating whether the rendering engine should try to shrink the ReportSection if a child item is shrunk or hidden.
KeepTogether
bool
Gets or sets a value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.
public bool KeepTogether { get; set; }
A boolean value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.
Gets or sets the page breaking rule for this ReportSection.
public PageBreak PageBreak { get; set; }
A PageBreak object specifying the page breaking rule for this ReportSection.