Gets the ReportControl that is currently edited.

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

Syntax

C#
ReportControl ReportControl { get; }
Visual Basic (Declaration)
ReadOnly Property ReportControl As ReportControl
Visual C++
property ReportControl^ ReportControl {
	ReportControl^ get ();
}

See Also