Renders the report into an ExportFilter object.

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

Syntax

C#
public void RenderToFilter(
	ExportFilter filter
)
Visual Basic
Public Sub RenderToFilter ( _
	filter As ExportFilter _
)

Parameters

filter
Type: C1.C1Report..::..ExportFilter
Export filter that will render the report.

Remarks

C1Report includes several built-in export filters that allow you to export reports to HTML, PDF, RTF, Excel, and other formats.

You may create your own filters by creating classes that derive from any of these base filters.

See Also