You use the FillColor property to specify the color that fills in boxes and circles drawn on reports with the Line and Circle methods. You can also use this property with Visual Basic to create special visual effects on custom reports when you print using a color printer or preview the reports on a color monitor.
Setting
The FillColor property contains a numeric expression that specifies the fill color for all boxes and circles.
You can set this property only by using a macro or a Visual Basic event procedure specified by a section's OnPrint event property.
You can use the RGB or QBColor functions to set this property. The FillColor property setting has a data type of Long.