Class ShapeItemBase
Processing class for ShapeItem descendants.
Inheritance
System.Object
ShapeItemBase
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ShapeItemBase : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell
Properties
ShapeType
Methods
SetAdditionalShapeProperties(ShapeBase)
Declaration
protected virtual void SetAdditionalShapeProperties(ShapeBase shapeType)
Parameters
ShapeBase
shapeType
|
ShouldSerializeAdditionalProperties()
Declaration
protected virtual bool ShouldSerializeAdditionalProperties()
Returns
System.Boolean
|