Gets or sets value that indicates if a pivot table will be recalculated.

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

Syntax

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

See Also