Creates a new instance of the RtfExportFilter class.

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

Syntax

C#
public RtfExportFilter(
	IContainer container
)
Visual Basic (Declaration)
Public Sub New ( _
	container As IContainer _
)
Visual C++
public:
RtfExportFilter(
	IContainer^ container
)

Parameters

container
Type: System.ComponentModel..::.IContainer

See Also