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.
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.
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.
Yes. The list is now still visible but empty. That is OK.