ReportControl : how to Paint a subclass ?

is there a way to make my own reportcontrol subclass to paint itself ?
I would like to draw styled text on a report.
I don’t see any event on the reportlabel to do that ?
do I need to subclass a reportpicture, and make a picture of what I want to draw ?
thanks.

well, after some digging, it seems that subclassing a reportpicture, and then using it in a report makes xojo hard crash when I try to run… so I will leave my reports investigations for now… :wink: