ClassCrossSectionItem
Represents a cross-section report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(CrossSectionItem), "Resources.CrossSectionItem.bmp")]
public class CrossSectionItem : ShapeItemBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemShapeItemBaseCrossSectionItem
Implements:
Inherited Members
Constructors
CrossSectionItem()
Declaration
public CrossSectionItem()
Properties
Action
Internal use only
Declaration
public override IAction Action { get; set; }
Property Value
Overrides
BeginMargin
Internal use only
BeginSection
Internal use only
Declaration
[TypeConverter("Telerik.Reporting.Design.CrossSectionTypeConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public ReportSectionBase BeginSection { get; set; }
Property Value
EndMargin
Internal use only
EndSection
Internal use only
Declaration
[TypeConverter("Telerik.Reporting.Design.CrossSectionTypeConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public ReportSectionBase EndSection { get; set; }
Property Value
Location
Internal use only
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
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
[Browsable(false)]
public override ShapeBase ShapeType { get; }
Property Value
Overrides
Size
Internal use only
Declaration
public override SizeU Size { get; set; }
Property Value
Overrides
Type
Internal use only
Declaration
public CrossSectionItemType Type { get; set; }
Property Value
Methods
InitSectionProperties(Unit, Unit)
Initializes the BeginSection, BeginMargin, EndSection and EndMargin properties, based on the current values in Location and Size properties.