Class
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:

cs-api-definition
public abstract class ReportSection : ReportSectionBase, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSection

Derived Classes: DetailSectionGroupSectionReportFooterSectionReportHeaderSectionTocSection

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportSectionBase.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

ReportSection()

Declaration

cs-api-definition
protected ReportSection()

Properties

CanShrink

Gets or sets a value indicating whether the ReportSection will shrink if a child item is shrunk or hidden.

Declaration

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

Property Value

bool

A boolean value indicating whether the rendering engine should try to shrink the ReportSection if a child item is shrunk or hidden.

KeepTogether

Gets or sets a value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.

Declaration

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

Property Value

bool

A boolean value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.

PageBreak

Gets or sets the page breaking rule for this ReportSection.

Declaration

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

Property Value

PageBreak

A PageBreak object specifying the page breaking rule for this ReportSection.