SQL Reporting Services Render as .PDF but prevent editing?

I have a report that is rendered using SQL reporting services…what I’d like to do is display the report as a .pdf document that can be printed but not saved, edited, or copied. Is this possible with your kit, and if so is there sample code available for VB?

Hello Mark,

Thanks for considering Aspose.

I am pleased to inform you that, using Aspose.Pdf.Kit you can set privileges on Pdf document. You can allow/restrict copying, printing, modifying the Pdf document. However, setting the privilege value for saving is currently not supported.

For more information please visit Set Privileges on PDF Document.

*FYI: While using the SetPrivileges method, please use DocumentPrivilege as argument, instead of PdfPrivilege.