ClassGroupSection
Class
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:
Implements:
Inherited Members
Properties
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.