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
Declaration
public override IAction Action { get; set; }
Property Value
Overrides
BeginMargin
BeginSection
EndMargin
EndSection
Location
Declaration
public override PointU Location { get; set; }
Property Value
Overrides
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
Cross A Cross |
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
Overrides
Size
Type
Methods
InitSectionProperties(Unit, Unit)
Initializes the Begin
Declaration
public void InitSectionProperties(Unit top, Unit height)