Class ReportSection
Inheritance
System.Object
ReportSection
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ReportSection : ReportSectionBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, ILayoutElementContainer, IContainer
Properties
KeepTogether
Declaration
public bool KeepTogether { get; set; }
Property Value
System.Boolean
|
PageBreak
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
public bool PrintAtBottom { get; set; }
Property Value
System.Boolean
|
Remarks
Applicable for GroupFooter and ReportFooter sections only.