Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.