Gets and sets the total records count for unbound reports.

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

Syntax

C#
public int InstanceCount { get; set; }
Visual Basic (Declaration)
Public Property InstanceCount As Integer
Visual C++
public:
property int InstanceCount {
	int get ();
	void set (int value);
}

See Also