Gets or sets dialog progress mode.

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

Syntax

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

See Also