ReportObject Members

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

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

Public Properties

Property Description
Public property Border  Gets the Border object.
Public property Height  Gets or sets the object's height, in twips.
Public property Kind  Gets kind of report object from the ReportObjectKind enum.
Public property Left  Gets or sets the object's upper left position, in twips.
Public property Name  Gets the object's name.
Public property ObjectFormat  Gets the ObjectFormat object.
Public property Top  Gets or sets the object's upper top position, in twips.
Public property Width  Gets or sets the object's width, in twips.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace