DrawingObject Members

Base class providing generic properties for various kinds of drawing objects.

The following tables list the members exposed by the DrawingObject type.

Public Properties

Property Description
Public property Border (Inherited from ReportObject.) Gets the Border object.
Public property Bottom  Gets or sets the object's bottom coordinate, in twips.
Public property EnableExtendToBottomOfSection  Gets or sets the extend to bottom of section option.
Public property EndSectionName  Gets the name of the section at the bottom of the object.
Public property Kind (Inherited from ReportObject.) Gets kind of report object from the ReportObjectKind enum.
Public property Left (Inherited from ReportObject.) Gets or sets the object's upper left position, in twips.
Public property LineColor  Gets or sets the line color of the object.
Public property LineStyle  Gets or sets the line style for the object.
Public property LineThickness  Gets or sets the thickness of the line in twips.
Public property Name (Inherited from ReportObject.) Gets the object's name.
Public property ObjectFormat (Inherited from ReportObject.) Gets the ObjectFormat object.
Public property Right  Gets or sets the object's right coordinate, in twips.
Public property Top (Inherited from ReportObject.) Gets or sets the object's upper top position, in twips.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace