FastReport 3 and TfrxRichView
I'm trying to build a report only using Delphi code.
I want to add a Pageheader Band that contains a TfrxRichView object.
The content of the RTF may be text and picture(s). The height of the RTF may vary.
How can I determine the height of the TfrxRichView object after loading a *.rtf-file
at design-time?
I've tried TfrxRichView.CalculateHeight but it seems, I don't get the wright value.
Thanks in advance.
I want to add a Pageheader Band that contains a TfrxRichView object.
The content of the RTF may be text and picture(s). The height of the RTF may vary.
How can I determine the height of the TfrxRichView object after loading a *.rtf-file
at design-time?
I've tried TfrxRichView.CalculateHeight but it seems, I don't get the wright value.
Thanks in advance.
Comments
Thanks a lot