BoxObject Members

Represents a box that has been drawn on the report.

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

Public Properties

Property Description
Public property Border (Inherited from ReportObject.) Gets the Border object.
Public property Bottom (Inherited from DrawingObject.) Gets or sets the object's bottom coordinate, in twips.
Public property EnableExtendToBottomOfSection (Inherited from DrawingObject.) Gets or sets the extend to bottom of section option.
Public property EndSectionName (Inherited from DrawingObject.) Gets the name of the section at the bottom of the object.
Public property FillColor  Gets or sets the fill color 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 (Inherited from DrawingObject.) Gets or sets the line color of the object.
Public property LineStyle (Inherited from DrawingObject.) Gets or sets the line style for the object.
Public property LineThickness (Inherited from DrawingObject.) 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 (Inherited from DrawingObject.) 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