Telerik Reporting

Gets or sets the type of the shape displayed in the item.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ShapeBase ShapeType { get; set; }
Visual Basic (Declaration)
Public Property ShapeType As ShapeBase

Field Value

A ShapeBase object representing the type of the shape displayed in the item.

See Also