The TextFilter type exposes the following members.

Constructors

  Name Description
Public method TextFilter(Stream)
Initializes a new instance of the TextFilter class attached to a stream.
Public method TextFilter(String)
Initializes a new instance of the TextFilter class attached to a file.

Methods

  Name Description
Public method AddOutlineEntry
Called when the component renders the beginning of a report group.
(Inherited from ExportFilter.)
Public method Dispose
Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error.
(Overrides ExportFilter..::..Dispose()()()().)
Public method EndReport
Called when the component finishes rendering a report.
(Overrides ExportFilter..::..EndReport()()()().)
Public method EndSection
Called when the component finishes rendering each Section.
(Inherited from ExportFilter.)
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
(Overrides ExportFilter..::..IsPaged()()()().)
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
(Overrides ExportFilter..::..NewPage()()()().)
Public method RenderField
Called when the component needs to render a report field with specific content at a specific position on the current page.
(Overrides ExportFilter..::..RenderField(Field, Rectangle, String, Image).)
Public method StartOverlays
Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.
(Overrides ExportFilter..::..StartOverlays()()()().)
Public method StartReport
Called when the component starts rendering a report.
(Overrides ExportFilter..::..StartReport(C1Report).)
Public method StartSection
Called when the component starts rendering a section.
(Inherited from ExportFilter.)
Public method UsesImages
Returns a value that determines whether the filter uses page images.
(Overrides ExportFilter..::..UsesImages()()()().)

Properties

  Name Description
Public property Paged
Specifies whether the filter should produce a continuous report or a report with page break characters and page header and footer sections.

See Also