VSView Reporting Edition Reference > Section Object > Section Properties > BackColor Property (Section) |
Returns or sets the Section's background color.
section.BackColor[ = colorref& ]
Setting this property to a value other than white causes the section's rectangle to be filled with the specified color.
The section's rectangle is determined by the section's Height property and the report's Layout.Width property. The rectangle height is adjusted if the CanGrow or CanShrink properties are set to True.
Color