Initializes a new instance of the FormattedTextEditorForm class.

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

Syntax

C#
public FormattedTextEditorForm(
	IReportDesignerService reportDesignerService
)
Visual Basic (Declaration)
Public Sub New ( _
	reportDesignerService As IReportDesignerService _
)
Visual C++
public:
FormattedTextEditorForm(
	IReportDesignerService^ reportDesignerService
)

See Also