VSView Reporting Edition Reference > Field Object > Field Properties > BackColor Property (Field) |
Returns or sets the Field's background color.
field.BackColor[ = colorref& ]
To fill a field with a solid color, set the BackColor to the color you want and set the BackStyle property to vsrOpaque.
NOTE: When you create fields with text and a solid background, text will be positioned very close to the edges of the box. You can control the distance between the text and the box using the MarginLeft and MarginRight properties.
Color