Set the user password for the report. Set to "" for no password.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property UserPassword As String  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportPdf
Dim value As String
 
instance.UserPassword = value
 
value = instance.UserPassword  | 
 
| C# |   | 
|---|
public string UserPassword {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property string* get_UserPassword();
public: __property void set_UserPassword( 
   string* value
);  | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also