[]
Renders the report into an ExportFilter object. This method is a shortcut to the Export(ExportFilter) method on the base class.
public void RenderToFilter(ExportFilter filter)
Type | Name | Description |
---|---|---|
ExportFilter | filter | Export filter that will render the report. |
<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.