remove "prepared Report" option

Hi,

I'm new to Fast Reports, but trying to get up to speed.

I've added pdfExport and so now get the option under the Save in the preview for the .pdf format. How can I get rid of the "Prepared Report" option that's there by default?

I'm just trying to simplify for my customers. If the "Prepared Report" option is there they'll use it and send reports around that can't be opened...

Screen Cap attached.

Comments

  • gpigpi
    edited 12:50PM
    uses frxPreview;
    procedure TForm1.frxReport1Preview(Sender: TObject);
    begin
      TfrxPreviewForm(frxReport1.PreviewForm).ExportPopup.Items[0].Visible := False;
    end;
    

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.