Designer events confusion

edited 9:37AM in FastReport VCL 5
Can I only have one TfrxDesigner component active in my app? By the looks of it, there is no link between the designer and the report - so if you have 2 designer components then how do the events get passed?

If its not possible to connect a designer with a report then I am thinking I should subclass the TfrxReport in order to have the broader context available in the designer event.

For example

TMyReport = class(TfrxReport)
procedure DoSaveAs;
end;

In the designer event I would type cast the TfrxReport component to TMyReport and call the DoSaveAs;

I hate to jump through hoops, it would be easier if a designer was attached to a report.

Is there a better way?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.