The RtfLabelFilter type exposes the following members.

Constructors

  Name Description
Public method RtfLabelFilter(Stream)
Initializes a new instance of the RtfLabelFilter class attached to a stream.
Public method RtfLabelFilter(String)
Initializes a new instance of the RtfLabelFilter 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.
(Inherited from RtfFilter.)
Public method EndReport
Called when the component finishes rendering a report.
(Inherited from RtfFilter.)
Public method EndSection
Called when the component finishes rendering each Section.
(Inherited from ExportFilter.)
Protected method GetRTFFont
Gets an RTF representation of a field's Font.
(Inherited from RtfFilter.)
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
(Inherited from RtfFilter.)
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
(Inherited from RtfFilter.)
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 RtfFilter..::..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.
(Inherited from RtfFilter.)
Public method StartReport
Called when the component starts rendering a report.
(Inherited from RtfFilter.)
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.
(Inherited from RtfFilter.)

Properties

  Name Description
Public property EmbedPictures
Specifies whether filter should embed images in the RTF document.
(Inherited from RtfFilter.)
Public property RtfTarget
Gets or sets the format used to export images.
(Inherited from RtfFilter.)

See Also