Class
ReportSection

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
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.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

Properties

KeepTogether

Internal use only

Declaration

cs-api-definition
public bool KeepTogether { get; set; }

Property Value

bool

PageBreak

Internal use only

Declaration

cs-api-definition
public PageBreak PageBreak { get; set; }

Property Value

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

cs-api-definition
public bool PrintAtBottom { get; set; }

Property Value

bool

Remarks

Applicable for GroupFooter and ReportFooter sections only.