Gets the credentials password label text for CredentialParameterControl.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Localization
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public string CredentialsPassword { get; }
Visual Basic (Declaration)
Public ReadOnly Property CredentialsPassword As String
Visual C++
public:
property String^ CredentialsPassword {
	String^ get ();
}

See Also