Class
GroupSection

Base abstract class for group sections. GroupHeaderSection and GroupFooterSection inherit from this class.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

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

Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSectionGroupSection

Derived Classes: GroupFooterSectionGroupHeaderSection

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportSection.CanShrinkReportSection.PageBreakReportSection.KeepTogetherReportSectionBase.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[])

Properties

Group

Gets the Group object associated with this section.

Declaration

cs-api-definition
[Browsable(false)]
public Group Group { get; }

Property Value

Group

A Group object that this section belong to.

PrintOnEveryPage

Indicates whether the section should be printed on every page that the group occupies.

Declaration

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

Property Value

bool

A boolean value indicating whether the section should be printed on every page that the group occupies.

In this article
DefinitionPropertiesGroupPrintOnEveryPage
Not finding the help you need?
Contact Support