Gets and sets if Error list need to be updated.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool UpdateErrorList { get; set; }
Visual Basic (Declaration)
Public Property UpdateErrorList As Boolean
Visual C++
public:
property bool UpdateErrorList {
	bool get ();
	void set (bool value);
}

See Also