The HtmlTableFilter type exposes the following members.

Constructors

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

Methods

  Name Description
Public method AddOutlineEntry
Called when the component renders the beginning of a report group.
(Inherited from ExportFilter.)
Protected method BreakPages
Breaks up an HTML output file containing multiple pages into multiple files.
(Inherited from HtmlFilter.)
Protected method CreateStyleSheet
Create and save style sheet for the report.
(Overrides HtmlFilter..::..CreateStyleSheet()()()().)
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 HtmlFilter.)
Protected method EndPage
Encodes the end of the current page.
(Overrides HtmlFilter..::..EndPage()()()().)
Public method EndReport
Called when the component finishes rendering a report.
(Overrides HtmlFilter..::..EndReport()()()().)
Public method EndSection
Called when the component finishes rendering each section.
(Overrides HtmlFilter..::..EndSection(Section).)
Protected method GetHtmlFieldBackgroundPicture
Gets a CSS style fragment that represents a field's background image.
(Inherited from HtmlFilter.)
Protected method GetHtmlFieldLink
Gets an HTML tag that represents a link in a field.
(Inherited from HtmlFilter.)
Protected method GetHtmlFieldPicture
Gets an HTML tag that represents an image in a field.
(Inherited from HtmlFilter.)
Protected method GetHtmlPlainText
Gets a plain text version of an RTF string.
(Inherited from HtmlFilter.)
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
(Inherited from HtmlFilter.)
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
(Inherited from HtmlFilter.)
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 HtmlFilter..::..RenderField(Field, Rectangle, String, Image).)
Protected method SaveStyleSheet
Save style sheet into the given StreamWriter.
(Overrides HtmlFilter..::..SaveStyleSheet(StreamWriter, Boolean).)
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 HtmlFilter.)
Protected method StartPage
Encodes the end of a new page.
(Overrides HtmlFilter..::..StartPage()()()().)
Public method StartReport
Called when the component starts rendering a report.
(Overrides HtmlFilter..::..StartReport(C1Report).)
Public method StartSection
Called when the component starts rendering a section.
(Overrides HtmlFilter..::..StartSection(Section, Double, Double).)
Public method UsesImages
Returns a value that determines whether the filter uses page images.
(Inherited from HtmlFilter.)

Properties

  Name Description
Public property CellPadding
Gets or sets the number of pixels between the edge of the cell and its contents.
Public property CellSpacing
Gets or sets the number of pixels between adjacent cells in the output table.
Public property DrillDown
Specifies whether the user should be able to expand and collapse groups by clicking on their header sections.
(Inherited from HtmlFilter.)
Public property EncodeHtml
Specifies whether field contents should be encoded or rendered in raw format. This property allows you to render fields that contain HTML formatting.
(Inherited from HtmlFilter.)
Public property MultiFile
Specifies whether the built-in HTML filter should break paged reports into multiple HTML files (one per page).
(Inherited from HtmlFilter.)
Public property Paged
Specifies whether the filter should produce a continuous report into a single HTML file or a paged report into a set of HTML files.
(Inherited from HtmlFilter.)
Public property StartCollapsed
Specifies whether DrillDown reports should be initially displayed in a collapsed state.
(Inherited from HtmlFilter.)

See Also