Class ReportSectionBase
Defines the base class for report sections.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ReportSectionBase : ReportItemBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Constructors
ReportSectionBase()
Initializes a new instance of the ReportSectionBase class.
Declaration
protected ReportSectionBase()
Properties
Height
Gets or sets the height of the current section.
Declaration
public Unit Height { get; set; }
Property Value
Unit
The height of the current section in Units. |