Gets the server error message.

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

See Also