Windward Studios API Reference
UserPassword Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : UserPassword Property




Glossary Item Box

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
);
C++/CLI 
public:
property String^ UserPassword {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software