tppshape
The color in a drilldown preview on screen is great. Most of my users have
only black and white printers. Is there a way to add crosshatching to a
TppShape? I would like to distinguish the master details detail in a drill
down printout.
Thanks
E
only black and white printers. Is there a way to add crosshatching to a
TppShape? I would like to distinguish the master details detail in a drill
down printout.
Thanks
E
This discussion has been closed.
Comments
brush styles from the object inspector.
As an end user, you can even set this from RAP in the BeforePrint event of a
band, or in the Report.BeforePrint event. For example:
Shape1.Brush.Style := bsFDiagonal;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com