名前 | 解説 | |
---|---|---|
AddScriptObject | オーバーロードされます。 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 | System.MarshalByRefObjectから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
EndInit | Signals the object that initialization is complete. | |
Evaluate | オーバーロードされます。 Evaluates a VBScript expression in the current report context. | |
Execute | オーバーロードされます。 Executes a VBScript statement in the current report context. | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetPageCount | Gets the total number of pages in the generated report. Use this method rather than Count on the 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 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 PageImages property that creates images for all pages and can consume a large amount of resources. | |
GetReportInfo | オーバーロードされます。 Gets a list of reports available in an XML report definition file. | |
GetReportList | オーバーロードされます。 Gets a list of reports available in an XML report definition file. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Load | オーバーロードされます。 Loads a report from an XML report definition in stream. | |
ParseExpression | Parses a VBScript expression in the current report context. | |
ParseStatement | オーバーロードされます。 Parses a VBScript statement in the current report context. | |
オーバーロードされます。 Prints the current report with default printer settings, not showing the print progress dialog. | ||
PrintDialog | オーバーロードされます。 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 | オーバーロードされます。 Renders the report into a System.IO.Stream object. | |
Save | オーバーロードされます。 Saves the current report definition to a file. | |
SetCreationDevice | Assigns specified values to the CreationDevice and CreationPrinterName properties. Using this method is more efficient than setting the two properties individually. | |
ToString | System.ComponentModel.Componentから継承されます。 |