Remove "Save" - "Rich Text file" menu item

serifelsenserifelsen Unknown
edited 1:42PM in FastReport .NET
Hi

is it possible to remove "Save" - "Rich Text file" menu item from preview window

otherwise end user can save report as "Rich Text file" and print after some changed on the report. It is risky on my software

thanks in advance

Comments

  • edited October 2011
    Hello,

    You may disable the RTF export so it will not appear in this menu. To do this call the following code:
    RegisteredObjects.FindObject(typeof(FastReport.Export.RichText.RTFExport)).Enabled = false;
    

Leave a Comment