run-time report designer
Hi,
how can I disable the run-time report designer? so that the user can no longer edit the report.
how can I disable the run-time report designer? so that the user can no longer edit the report.
Comments
Just don't call the designer from your app.
To run the report designer, you need to call the following code:
If you don't need the designer, don't call this code.
FastReport.Utils.Config.PreviewSettings.Buttons = PreviewButtons.All & ~PreviewButtons.Edit;