Returns a value indicating whether the agrregate should be calculated on the second pass.

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

Syntax

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

See Also