The ExportFilter type exposes the following members.

Constructors

  Name Description
Public method ExportFilter
Initializes a new instance of the ExportFilter class.

Methods

  Name Description
Public method AddOutlineEntry
Called when the component renders the beginning of a report group.
Public method Dispose
Releases the resources used by the filter.
Public method EndReport
Called when the component finishes rendering a report.
Public method EndSection
Called when the component finishes rendering each Section.
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
Public method RenderField
Called when the component needs to render a report field with specific content at a specific position on the current page.
Public method StartOverlays
Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.
Public method StartReport
Called when the component starts rendering a report.
Public method StartSection
Called when the component starts rendering a section.
Public method UsesImages
Returns a value that determines whether the filter requires page images to be generated.

See Also