C1.C1Report Namespace : HtmlTableFilter Class |
For a list of all members of this type, see HtmlTableFilter members.
Name | Description | |
---|---|---|
AddOutlineEntry | Called when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter) | |
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 C1.C1Report.HtmlFilter) | |
EndReport | Overridden. Called when the component finishes rendering a report. | |
EndSection | Overridden. Called when the component finishes rendering each section. | |
IsPaged | Determines whether this filter generates single or multi-page reports. (Inherited from C1.C1Report.HtmlFilter) | |
NewPage | Called after each page break on paged reports (see the HtmlFilter.IsPaged property). (Inherited from C1.C1Report.HtmlFilter) | |
RenderField | Overridden. Called when the component needs to render a report field with specific content at a specific position on the current page. | |
StartOverlays | Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. (Inherited from C1.C1Report.HtmlFilter) | |
StartReport | Overridden. Called when the component starts rendering a report. | |
StartSection | Overridden. Called when the component starts rendering a section. | |
UsesImages | Returns a value that determines whether the filter uses page images. (Inherited from C1.C1Report.HtmlFilter) |