B List

B List

  • NA
  • 5
  • 11k

Crystal export to PDF, possible to add password?

Nov 24 2010 12:34 PM

Using VS2005 and creating a Crystal Report, exporting it to a PDF.

 

report.SetDataSource(ds);
report.ExportToDisk(
ExportFormatType.PortableDocFormat, fileName);
report.Dispose();

I was wondering (hoping) that there is a way to add a password to the PDF document during the export.
Thanks.


Answers (1)