C1.C1Report Namespace : ExportFilter Class |
For a list of all members of this type, see ExportFilter members.
Name | Description | |
---|---|---|
AddOutlineEntry | Called when the component renders the beginning of a report group. | |
Dispose | Releases the resources used by the filter. | |
EndReport | Called when the component finishes rendering a report. | |
EndSection | Called when the component finishes rendering each Section. | |
IsPaged | Determines whether this filter generates single or multi-page reports. | |
NewPage | Called after each page break on paged reports (see the ExportFilter.IsPaged property). | |
RenderField | 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. | |
StartReport | Called when the component starts rendering a report. | |
StartSection | Called when the component starts rendering a section. | |
UsesImages | Returns a value that determines whether the filter requires page images to be generated. |