Used with the RenderToFilter(ExportFilter) method to render reports into compressed metafile files.

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

Syntax

C#
public class MetafileFilter : ExportFilter
Visual Basic
Public Class MetafileFilter _
	Inherits ExportFilter

Remarks

This filter creates zip files containing one metafile for each report page.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..ExportFilter
    C1.C1Report..::..MetafileFilter

See Also