Class ReportSection
Base abstract class for all report sections contained in the report
body. Inherited by
Detail
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ReportSection : ReportSectionBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Constructors
ReportSection()
Declaration
protected ReportSection()
Properties
CanShrink
Gets or sets a value indicating whether the
Report
Declaration
public bool CanShrink { get; set; }
Property Value
System. A boolean value indicating whether the rendering engine should
try to shrink the Report |
KeepTogether
Gets or sets a value indicating whether the rendering engine should
try to keep the
Report
Declaration
public bool KeepTogether { get; set; }
Property Value
System. A boolean value indicating whether the rendering engine
should try to keep the
Report |
PageBreak
Gets or sets the page breaking rule for this
Report
Declaration
public PageBreak PageBreak { get; set; }
Property Value
Page A Page |