Class CrossSectionItem
Represents a cross-section report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CrossSectionItem : ShapeItemBase, IReportItem, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ICrossSectionItem, IComponent, IDisposable
Constructors
CrossSectionItem()
Declaration
public CrossSectionItem()
Properties
Action
BeginMargin
BeginSection
EndMargin
EndSection
Location
Position
Gets or sets the position of the cross-section item relative to the other items on the page.
Declaration
public CrossSectionItemPosition Position { get; set; }
Property Value
CrossSectionItemPosition
A CrossSectionItemPosition value that specifies the position of the cross-section item relative to the other items on the page. |
ShapeType
Gets the ShapeType property. It's hidden in the designer's Property Grid, because the CrossSectionItem exposes only Type property that determines the ShapeType.
Declaration
public override ShapeBase ShapeType { get; }
Property Value
ShapeBase
|
Overrides
Size
Type
Methods
InitSectionProperties(Unit, Unit)
Initializes the BeginSection, BeginMargin, EndSection and EndMargin properties, based on the current values in Location and Size properties.
Declaration
public void InitSectionProperties(Unit top, Unit height)
Parameters
Unit
top
The top location coordinate. |
Unit
height
The Size height value. |