TFrxDetailData beforeprint event
Hi,
I use FastReport Embarcadero Edition for Firemonkey.
I need to add code in the detaildata's beforprint event, depending on the data displayed. In the designer, the events tab seems to be disabled (nothing happens when clicking on it) and when I try to assign the event by code,
TfrxDetailData.beforePrint is not available.
How can i achieve this?
I use FastReport Embarcadero Edition for Firemonkey.
I need to add code in the detaildata's beforprint event, depending on the data displayed. In the designer, the events tab seems to be disabled (nothing happens when clicking on it) and when I try to assign the event by code,
TfrxDetailData.beforePrint is not available.
How can i achieve this?
Comments
you must use at least standard version.
The reportbeforeprint event is available with a TfrxComponent as parameter. This one can it be a Detailband? could I access it to update a tfrxmemoview?