ComponentOne FlexReport for WinForms
RenderToFilter Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RenderToFilter Method
Export filter that will render the report.
Renders the report into an C1.Win.C1Document.Export.ExportFilter object. This method is a shortcut to the Export method on the base class.
Syntax
'Declaration
 
Public Sub RenderToFilter( _
   ByVal filter As ExportFilter _
) 
public void RenderToFilter( 
   ExportFilter filter
)

Parameters

filter
Export filter that will render the report.
Remarks

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.

See Also

Reference

C1FlexReport Class
C1FlexReport Members