How to set folderpath for printer config file (lsp)

How do I set the filepath for the .lsp file?
I wish to store these files locally for each user, as different users has access to different printers. So one report can have multiple .lsp files, one for each user pointing to specific local printers.

Hi Bjorn,

you can use LlSetPrinterDefaultsDir() or - in .NET - LL.Core.LlSetPrinterDefaultsDir() for this purpose.

HTH

G.