Returns the factory associated with the current Windows Bitmap export filter.

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

Syntax

C#
public override ExportFilterFactory GetFactory()
Visual Basic (Declaration)
Public Overrides Function GetFactory As ExportFilterFactory
Visual C++
public:
virtual ExportFilterFactory^ GetFactory() override

See Also