Suppress Last Recent Used list in Designer

We are using an internal SQL repository for our reports.
But in the designer I can still see an list of last recent used reports that in fact doesn’t make sense.

Can I suppress this list.
image

Hi Martin, i think the only way to hide this list is to use the ProhibitedActions, e.g.

LL.DesignerWorkspace.ProhibitedActions.Add(LlDesignerAction.FileLRUlist);

I hope this works for you.

1 Like

Yes. The list is now still visible but empty. That is OK.

1 Like