| Name | Description |
| AddScriptObject | Overloaded. Adds an object to the report's script context. |
| BeginInit | Signals the object that initialization is starting. |
| Clear | Clears the current report. |
| ClearGeneratedPages | Clears the pages and other info created during report generation. This method does not clear the report definition though. |
| CopyFrom | Copies a report definition from another C1Report component. |
| CreateObjRef | (Inherited from System.MarshalByRefObject) |
| Dispose() | (Inherited from System.ComponentModel.Component) |
| EndInit | Signals the object that initialization is complete. |
| Evaluate | Overloaded. Evaluates a VBScript expression in the current report context. |
| Execute | Overloaded. Executes a VBScript statement in the current report context. |
| GetLifetimeService | (Inherited from System.MarshalByRefObject) |
| GetPageCount | Gets the total number of pages in the generated report. Use this method rather than Count on the C1Report.PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources. |
| GetPageImage | Gets a metafile representing the specified page. Use this method rather than the C1Report.PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources. |
| GetPageImages | Enumerates page images (represented by metafiles) of the generated report. Using this method in a "foreach" loop allows to iterate over all pages of a large report without exhausting system resources. This approach is preferable to C1Report.PageImages property that creates images for all pages and can consume a large amount of resources. |
| GetReportInfo | Overloaded. Gets a list of reports available in an XML report definition file. |
| GetReportList | Overloaded. Gets a list of reports available in an XML report definition file. |
| InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
| Load | Overloaded. Loads a report from an XML report definition in stream. |
| ParseExpression | Parses a VBScript expression in the current report context. |
| ParseStatement | Overloaded. Parses a VBScript statement in the current report context. |
| Print | Overloaded. Prints the current report with default printer settings, not showing the print progress dialog. |
| PrintDialog | Overloaded. Shows the standard print dialog, allowing the user to print the current document. |
| Render | Renders the report into an internal collection of images. |
| RenderToFile | Renders the report into a file. |
| RenderToFilter | Renders the report into an ExportFilter object. |
| RenderToStream | Overloaded. Renders the report into a System.IO.Stream object. |
| Save | Overloaded. Saves the current report definition to a file. |
| SetCreationDevice | Assigns specified values to the C1Report.CreationDevice and C1Report.CreationPrinterName properties. Using this method is more efficient than setting the two properties individually. |
| ToString | (Inherited from System.ComponentModel.Component) |