Gets assigned Control.

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

Syntax

C#
public Object Component { get; }
Visual Basic (Declaration)
Public ReadOnly Property Component As Object
Visual C++
public:
property Object^ Component {
	Object^ get ();
}

See Also