[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.RenderToFilter

RenderToFilter Method

RenderToFilter(ExportFilter)

Renders the report into an ExportFilter object. This method is a shortcut to the Export(ExportFilter) method on the base class.

Declaration
public void RenderToFilter(ExportFilter filter)
Parameters
Type Name Description
ExportFilter filter

Export filter that will render the report.

Remarks
<p>
    <xref href="C1.WPF.FlexReport.C1FlexReport" data-throw-if-not-resolved="false"></xref> 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.