Creates an instance of ExportFilter determined by FileFormat.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected ExportFilter MakeFilter(
	string fileName
)
Visual Basic
Protected Function MakeFilter ( _
	fileName As String _
) As ExportFilter

Parameters

fileName
Type: System..::..String
The file to create the filter for.

Return Value

The filter created.

See Also