C1.C1Report Namespace : HtmlFilter Class |
The following tables list the members exposed by HtmlFilter.
Name | Description | |
---|---|---|
HtmlFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
DrillDown | Specifies whether the user should be able to expand and collapse groups by clicking on their header sections. | |
EncodeHtml | Specifies whether field contents should be encoded or rendered in raw format. This property allows you to render fields that contain HTML formatting. | |
MultiFile | Specifies whether the built-in HTML filter should break paged reports into multiple HTML files (one per page). | |
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. | |
StartCollapsed | Specifies whether HtmlFilter.DrillDown reports should be initially displayed in a collapsed state. |
Name | Description | |
---|---|---|
AddOutlineEntry | Called when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter) | |
Dispose | Overridden. Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error. | |
EndReport | Overridden. Called when the component finishes rendering a report. | |
EndSection | Overridden. Called when the component finishes rendering each section. | |
IsPaged | Overridden. Determines whether this filter generates single or multi-page reports. | |
NewPage | Overridden. Called after each page break on paged reports (see the HtmlFilter.IsPaged property). | |
RenderField | Overridden. Called when the component needs to render a report field with specific content at a specific position on the current page. | |
StartOverlays | Overridden. Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. | |
StartReport | Overridden. Called when the component starts rendering a report. | |
StartSection | Overridden. Called when the component starts rendering a section. | |
UsesImages | Overridden. Returns a value that determines whether the filter uses page images. |