GroupSection
Class
Base abstract class for group sections. GroupHeaderSection and GroupFooterSection inherit from this class.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GroupSection : ReportSection, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportSectionBaseReportSectionGroupSection...
Derived Classes:
Implements:
Inherited Members
Properties
PrintOnEveryPage
bool
Indicates whether the section should be printed on every page that the group occupies.
C#
public bool PrintOnEveryPage { get; set; }
A boolean value indicating whether the section should be printed on every page that the group occupies.