Gets or sets the password label text. This is a dependency property.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client
    Assembly:
   PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public string PasswordText { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property PasswordText As String  | 
| Visual C++ | 
|---|
public:
property String^ PasswordText {
	String^ get ();
	void set (String^ value);
} | 
Field Value
The password label text.
See Also