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

Glossary Item Box

Specifies if the export should encrypt the PDF when using the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property Encrypt As System.Boolean
C# 
public System.bool Encrypt {get; set;}

See Also