Reports Information : Parts Reference : Report Free Form Line : Report Free Form Line attributes
Report Free Form Line attributes
The Report Free Form Line part has the following attributes associated with it:
height
self
backgroundColor
The backgroundColor attribute is the name of the RGB color for the background of the part.
Note:
You cannot change the background color of a column. This attribute is ignored for the Container Details Column part. This attribute is also ignored for a report viewer.
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.
deviceFont
The deviceFont property specifies the font to use for a particular device. You can set the font for your display or printer, for example.
displayDevice
The displayDevice attribute represents the name of the printer on which the report is to be printed. This attribute corresponds to the Device setting for the font used in the Report Calculated Field.
fontName
The fontName attribute is the name of the font to use for the text displayed in the part.
foregroundColor
The foregroundColor attribute is the name of the RGB color for the foreground of the part.
height
The height attribute specifies the height an element in a Report Free Form Line.
keepTogether
The keepTogether attribute indicates whether or not all lines in the part need to be kept on the same page. When true, all lines are kept together; when false, page breaks are allowed in the part.
pageBreak
The pageBreak attribute indicates whether or not to place a manual page break before the part. Then true is selected, a page break is inserted before the part; when false is selected, the part is printed on the current page.
self
The self attribute represents the part itself, and you cannot change the basic definition of a part. In general, the self attribute is a read-only attribute, and is used for passing a value or values to another part. It is not used for receiving any values.
For example, you can connect the self attribute of an Ordered Collection part to the items attribute of a List part. The Ordered Collection part does not change to a different type of part because of the connection. Instead, the Ordered Collection part populates the List part with the items that it contains.
You can use the self attribute in an attribute-to-attribute connection, as a parameter in an event-to-action connection, or wherever an attribute can be used.
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
Last modified date: 01/29/2015