Gets and sets associated ReportDesigner.

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

Syntax

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

See Also