ActiveReports Developer 7
OwnerPassword Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > PdfExportOptions Class : OwnerPassword Property

Glossary Item Box

Specifies the PDF Owner's password when using the PDF Viewer type and the Encrypt property is set to true. If this value is left null or empty, the user is not granted full permissions to the pdf file security settings.

Syntax

Visual Basic (Declaration) 
Public Property OwnerPassword As System.String
C# 
public System.string OwnerPassword {get; set;}

See Also