Gets primary selected object.

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

Syntax

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

See Also