Gets control that will displayed.

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

Syntax

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

See Also