Reports Information : Parts Reference : Report Image Field : Report Image Field properties
Report Image Field properties
The Report Image Field part has the following properties:
height
width
x
y
 
borderStyle
The borderStyle property specifies the border to be drawn around a report object. You can specify either Dashed, Heavy, None, or Normal for any the top, bottom, left, or right border of the part.
graphicsDescriptor
The graphicsDescriptor attribute is an icon, bitmap, or image that is used instead of text for the label. The labelType attribute must be XmPIXMAP or the graphicsDescriptor attribute is ignored.
height
The height attribute specifies the height of the graphic image.
includeFrame
The includeFrame attribute specifies whether or not to include a frame around the image field. Set this attribute to true to include the frame or to false to omit it.
isOwnerDraw
The isOwnerDraw property is used to specify whether you want to draw on this field after it has been placed on the Composition Editor. Specify true if you want to be able to draw on the field.
justification
The justification attribute determines how the contents of the part are aligned.
The initial values for this part are set on the settings view for the part.
partName
In the partName field, type the name you want to use to describe the part. For non-visual parts, this text appears under the icon for the part on the free-form surface.
The name of the part can consist of alphanumeric characters, and must be unique from all other parts on the layout surface.
This field is optional. If you do not specify a part name, VA Smalltalk generates a unique name based on the class name of the part.
sizeEffects
The sizeEffects attribute indicates how to handle text that is longer than the part that contains it. This attribute can be set using the constant values from the CoConstants pool dictionary as follows:
CoTextClip
Clips the text
CoTextRunover
Runs the text over other parts on the report
CoTextWrap
Wraps the text to the next line in the part
unitTypeSelected
The unitTypeSelected attribute refers to the unit of measurement for setting margins and field sizes in a report. You can choose from the following:
Points
Inches
Centimeters
Pixels
verticalJustification
The verticalJustification attribute indicates how to align an image within the Report Image Field.
width
The width attribute refers to the width (in units set by the unitTypeSelected attribute) of the part.
x
The x attribute represents the number of units from the left margin to indent the part.
y
The y attribute indicates the number of units from the top margin to place the Report Image Field.
Last modified date: 01/29/2015