Set Password via Code?
I want to set my FR3 files to have A password, so they are encrypted and not open text.
But I don't want to prompt the users with a password popup.
Can I just set a password via code when loading the report?
Could not find anything in the PDF's.
Comments
frxReport1.ReportOptions.HiddenPassword := 'xxx';
I think this is all that is needed it appears.