Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportHtmlExporter Class / MakeFilter Method
The file to create the filter for.

In This Topic
    MakeFilter Method (C1ReportHtmlExporter)
    In This Topic
    Creates an instance of C1.C1Report.ExportFilter determined by FileFormat.
    Syntax
    'Declaration
     
    Protected Overridable Function MakeFilter( _
       ByVal fileName As String _
    ) As ExportFilter
    protected virtual ExportFilter MakeFilter( 
       string fileName
    )

    Parameters

    fileName
    The file to create the filter for.

    Return Value

    The filter created.
    See Also