Gets or sets an object representing error. If a pivot table has been built correctly this property should be NULL.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public Object Error { get; set; }
Visual Basic (Declaration)
Public Property Error As Object
Visual C++
public:
property Object^ Error {
	Object^ get ();
	void set (Object^ value);
}

See Also