C1.C1Report Namespace : MetafileFilter Class |
The following tables list the members exposed by MetafileFilter.
Name | Description | |
---|---|---|
MetafileFilter Constructor | Creates a new instance of the MetafileFilter class. |
Name | Description | |
---|---|---|
MetafileType | Gets or sets the type of metafile this MetafileFilter will generate. |
Name | Description | |
---|---|---|
AddOutlineEntry | Called when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter) | |
Dispose | Releases the resources used by the filter. (Inherited from C1.C1Report.ExportFilter) | |
EndReport | Overridden. Called when the component finishes rendering a report. | |
EndSection | Called when the component finishes rendering each Section. (Inherited from C1.C1Report.ExportFilter) | |
IsPaged | Determines whether this filter generates single or multi-page reports. (Inherited from C1.C1Report.ExportFilter) | |
NewPage | Called after each page break on paged reports (see the IsPaged property). (Inherited from C1.C1Report.ExportFilter) | |
RenderField | Called when the component needs to render a report field with specific content at a specific position on the current page. (Inherited from C1.C1Report.ExportFilter) | |
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.ExportFilter) | |
StartReport | Overridden. Called when the component starts rendering a report. | |
StartSection | Called when the component starts rendering a section. (Inherited from C1.C1Report.ExportFilter) | |
UsesImages | Returns a value that determines whether the filter requires page images to be generated. (Inherited from C1.C1Report.ExportFilter) |