Report.
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.
The FillColor property contains a numeric expression that specifies the fill color for all boxes and circles.
You can set this property only in a macro or an 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.
Circle Method, DrawMode Property, DrawStyle Property, DrawWidth Property, FillStyle Property, Line Method, PSet Method, QBColor Function, RGB Function.