Disabling Save items in Preview
I know how i can disable individual output items from save list in preview.
To disable csv output:
But how can i disable the first item ("prepared report")?
To disable csv output:
FastReport.Utils.RegisteredObjects.FindObject( typeOf( FastReport.Export.Csv.CSVExport ) ):Enabled := False;
But how can i disable the first item ("prepared report")?
Comments
A small hack needed:
Thank you
But how can i use it?
I use the base preview from the report and no additional PreviewControl. And the preview property from my report (Report.Preview) is NULL.
I have changed my source and use a custom preview window.
Now the "hack" works. [img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Thank you[/img]