Gets and sets associated ReportDesigner.

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

Syntax

C#
public override ReportDesigner Designer { get; set; }
Visual Basic (Declaration)
Public Overrides Property Designer As ReportDesigner
Visual C++
public:
virtual property ReportDesigner^ Designer {
	ReportDesigner^ get () override;
	void set (ReportDesigner^ value) override;
}

See Also