Class GroupSection
Base abstract class for group sections. GroupHeaderSection and GroupFooterSection inherit from this class.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GroupSection : ReportSection, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Properties
Group
Gets the Group object associated with this section.
Declaration
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
public bool PrintOnEveryPage { get; set; }
Property Value
System.Boolean
A boolean value indicating whether the section should be printed on every page that the group occupies. |