ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / RenderToFilter Method
Export filter that will render the report.

In This Topic
    RenderToFilter Method (C1Report)
    In This Topic
    Renders the report into an ExportFilter object.
    Syntax
    'Declaration
     
    Public Sub RenderToFilter( _
       ByVal filter As ExportFilter _
    ) 
    public void RenderToFilter( 
       ExportFilter filter
    )

    Parameters

    filter
    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