VSView Reporting Edition Reference > Field Object > Field Properties > LineWidth Property |
Returns or sets the width of the Field's border or line.
field.LineWidth[ = value As Double ]
To draw a border around a field, set the following properties:
BorderColor To define the border color.
BorderStyle To define the border style (for example, solid, dashed, and so on).
LineWidth To define the border width (in Twips).
To draw lines, set the LineSlant property.
NOTE: Due to a GDI limitation, dashed and dotted borders are only drawn when the LineWidth property is set to zero or one. Thicker borders are always solid.
Double