remove "Edit page" button in the preview mode
serifelsen
Unknown
Hi
i want to remove "Edit page" button in the preview mode because this button allows user to edit data. (FastReport .NET)
thanks in advance
i want to remove "Edit page" button in the preview mode because this button allows user to edit data. (FastReport .NET)
thanks in advance
Comments
i found the solution
FastReport.Utils.Config.PreviewSettings.Buttons = PreviewButtons.All & ~PreviewButtons.Edit;
Thank you, worked perfectly!
Looool