'Declaration Public Sub RenderToFilter( _ ByVal filter As ExportFilter _ )
public void RenderToFilter( ExportFilter filter )
Parameters
- filter
- Export filter that will render the report.
'Declaration Public Sub RenderToFilter( _ ByVal filter As ExportFilter _ )
public void RenderToFilter( ExportFilter filter )
C1FlexReport 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.