Gets or sets owner form for the rendering progress dialog.

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

Syntax

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

See Also