DesignReportInPanel

edited 12:05AM in FastReport 4.0
I get the designer to appear on my form with this code.

frxLetter.EngineOptions.DestroyForms := false;
frxLetter.Preview := frxPreview1;
frxLetter.DesignReportInPanel(Tabsheet14);


How do I detach or reset the designer from the tabsheet after I'm done using the designer?

Comments

  • Mark ElderMark Elder SD, USA
    edited 12:05AM
    As far as I can tell you just need to "close" the Designer. It is just a form with the parent set to the Panel. You can do this:

    frxLetter.Designer.Close();

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.