New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class ReportSection : ReportSectionBase, ILayoutElementContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportSectionBaseReportSection...

Derived Classes: DetailSectionGroupSection

Implements: ILayoutElementContainer

Inherited Members ReportSectionBase.InitializeDefinitionBasedProperties(ReportObject)ReportSectionBase.Dispose(bool)ReportSectionBase.CanShrinkReportSectionBase.HeightReportSectionBase.WidthReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.TocLevelReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.IsRepeatedProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])...

Properties

Internal use only

C#
public bool KeepTogether { get; set; }

Internal use only

C#
public PageBreak PageBreak { get; set; }

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.