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

Glossary Item Box

Specifies the PDF User's password when using the PDF Viewer type and the Encrypt property is set to true.

Syntax

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

See Also