CrossSectionItem
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
public CrossSectionItem()
Properties
Internal use only
public Unit BeginMargin { get; set; }
Internal use only
[TypeConverter("Telerik.Reporting.Design.CrossSectionTypeConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public ReportSectionBase BeginSection { get; set; }
Internal use only
[TypeConverter("Telerik.Reporting.Design.CrossSectionTypeConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public ReportSectionBase EndSection { get; set; }
Gets or sets the position of the cross-section item relative to the other items on the page.
public CrossSectionItemPosition Position { get; set; }
A CrossSectionItemPosition value that specifies the position of the cross-section item relative to the other items on the page.
Gets the ShapeType property. It's hidden in the designer's Property Grid, because the CrossSectionItem exposes only Type property that determines the ShapeType.
[Browsable(false)]
public override ShapeBase ShapeType { get; }
Overrides:
Internal use only
public CrossSectionItemType Type { get; set; }
Methods
Initializes the BeginSection, BeginMargin, EndSection and EndMargin properties, based on the current values in Location and Size properties.