Class
Shape

Represents a shape report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(Shape), "Resources.Shape.bmp")]
public class Shape : ShapeItemBase, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportItemShapeItemBaseShape

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ShapeItemBase.UpdateShape()ShapeItemBase.GetShapeType()ShapeItemBase.DefaultSizeShapeItemBase.ShapeTypeReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

Shape()

Declaration

cs-api-definition
public Shape()

Properties

Angle

Gets or sets the angle of rotation of the shape in degrees.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

A double value indicating the angle of rotation in degrees.

Stretch

Gets or sets a value indicating whether to stretch the shape in the item or not.

Declaration

cs-api-definition
public bool Stretch { get; set; }

Property Value

bool

true if the shape should be stretched; otherwise false.

Methods

SetAdditionalShapeProperties(ShapeBase)

TODO: Add documentation.

Declaration

cs-api-definition
protected override void SetAdditionalShapeProperties(ShapeBase shape)

Parameters

shape

ShapeBase

Overrides ShapeItemBase.SetAdditionalShapeProperties(ShapeBase)