Gets internal ReportDesigner instance.

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

Syntax

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

See Also