Obsolete. Now gets the description of the first element in the Warnings collection, or an empty string if there are no warnings.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use Warnings instead")]
public string ErrorDesc { get; }
Visual Basic
<BrowsableAttribute(False)> _
<ObsoleteAttribute("Use Warnings instead")> _
Public ReadOnly Property ErrorDesc As String
	Get

See Also