Gets or sets a value that indicates if the warning about the use of obsolete report elements should be ignored.

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

Syntax

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

See Also