Help needs when a want to print view specified on username

HiI have person document with embedded view. But i don´t get more then 20 docs from the embedded viev when a use print. Even if a set 2222 docs in viewproperties.

So my question is. Is ther possible to use @Comman(FilePrint) and set view and then print out the view and only show document based on username in person document.

Kind regards

leon

Subject: Use @SetViewInfo(…)

Open an UNembedded view and use the @SetViewInfo([SETVIEWFILTER]) function to select only the documents you want. Then print the view.