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
Internal use only
Declaration
public override IAction Action { get; set; }
Property Value
|
IAction
|
Overrides
BeginMargin
BeginSection
Internal use only
Declaration
public ReportSectionBase BeginSection { get; set; }
Property Value
|
ReportSectionBase
|
EndMargin
EndSection
Internal use only
Declaration
public ReportSectionBase EndSection { get; set; }
Property Value
|
ReportSectionBase
|
Location
Internal use only
Declaration
public override PointU Location { get; set; }
Property Value
|
PointU
|
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
|
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
Internal use only
Declaration
public override SizeU Size { get; set; }
Property Value
|
SizeU
|
Overrides
Type
Internal use only
Declaration
public CrossSectionItemType Type { get; set; }
Property Value
|
CrossSectionItemType
|
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. |