Returns the name of the export filter associated with the factory.

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

Syntax

C#
public virtual string GetFilterName()
Visual Basic (Declaration)
Public Overridable Function GetFilterName As String
Visual C++
public:
virtual String^ GetFilterName()

See Also