Gets or sets the username value.

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 UsernameValue { get; set; }
Visual Basic (Declaration)
Public Property UsernameValue As String
Visual C++
public:
property String^ UsernameValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The username value.

See Also