Class used with the RenderToFilter(ExportFilter)method to render reports into Microsoft Excel (XLS) files.

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

Syntax

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

Remarks

Creating an XlsFilter and using it in a call to the RenderToFilter(ExportFilter) method is similar to using the RenderToFile(String, FileFormatEnum) method, but offers some extra flexibility because you can set properties on the XlsFilter before calling RenderToFilter.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..ExportFilter
    C1.C1Report..::..XlsFilter

See Also