Home Subreports

tppshape

edited March 2003 in Subreports
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

Comments

  • edited March 2003
    You should be able to set the TppShape.Brush.Style to be one of the hatching
    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


This discussion has been closed.