Share via


BlobFieldObject Members

Represents a blob field object on the report. This class allows you to retrieve the objects representing the specific kind of field object and also allows you to set generic format options inherited from the ReportObject class.

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

Public Properties

Property Description
Public property Border (Inherited from ReportObject.) Gets the Border object.
Public property DataSource  Gets the FieldDefinition object.
Public property Height (Inherited from ReportObject.) Gets or sets the object's height, in twips.
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 Name (Inherited from ReportObject.) Gets the object's name.
Public property ObjectFormat (Inherited from ReportObject.) Gets the ObjectFormat object.
Public property Top (Inherited from ReportObject.) Gets or sets the object's upper top position, in twips.
Public property Width (Inherited from ReportObject.) Gets or sets the object's width, in twips.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace