VSView Reporting Edition Reference > Field Object > Field Properties > BorderColor Property |
Returns or sets the Field's border color.
field.BorderColor[ = colorref& ]
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).
NOTE: When you create fields with text and a border, text will be positioned very close to the border. You can control the distance between the text and the border using the MarginLeft and MarginRight properties.
Color