ComponentOne Reports for WPF
C1.C1Report Namespace / ExportFilter Class
Methods

In This Topic
    ExportFilter Class Members
    In This Topic

    The following tables list the members exposed by ExportFilter.

    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group.  
    Public MethodReleases the resources used by the filter.  
    Public MethodCalled when the component finishes rendering a report.  
    Public MethodCalled when the component finishes rendering each Section.  
    Public MethodDetermines whether this filter generates single or multi-page reports.  
    Public MethodCalled after each page break on paged reports (see the ExportFilter.IsPaged property).  
    Public MethodCalled when the component needs to render a report field with specific content at a specific position on the current page.  
    Public MethodCalled after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.  
    Public MethodCalled when the component starts rendering a report.  
    Public MethodCalled when the component starts rendering a section.  
    Public MethodReturns a value that determines whether the filter requires page images to be generated.  
    Top
    See Also