AutoComplete for ASP.NET Web Forms
C1Report クラス メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : C1Report クラス

このクラスのメンバの一覧は、C1Reportメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds an object to the report's script context.  
Public メソッドSignals the object that initialization is starting.  
Public メソッドClears the current report.  
Public メソッドClears the pages and other info created during report generation. This method does not clear the report definition though.  
Public メソッドCopies a report definition from another C1Report component.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドSignals the object that initialization is complete.  
Public メソッドオーバーロードされます。 Evaluates a VBScript expression in the current report context.  
Public メソッドオーバーロードされます。 Executes a VBScript statement in the current report context.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッド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.  
Public メソッド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.  
Public メソッド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.  
Public メソッドオーバーロードされます。 Gets a list of reports available in an XML report definition file.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Gets a list of reports available in an XML report definition file.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーロードされます。 Loads a report from an XML report definition in stream.  
Public メソッドParses a VBScript expression in the current report context.  
Public メソッドオーバーロードされます。 Parses a VBScript statement in the current report context.  
Public メソッドオーバーロードされます。 Prints the current report with default printer settings, not showing the print progress dialog.  
Public メソッドオーバーロードされます。 Shows the standard print dialog, allowing the user to print the current document.  
Public メソッドRenders the report into an internal collection of images.  
Public メソッドRenders the report into a file.  
Public メソッドRenders the report into an ExportFilter object.  
Public メソッドオーバーロードされます。 Renders the report into a System.IO.Stream object.  
Public メソッドオーバーロードされます。 Saves the current report definition to a file.  
Public メソッドAssigns specified values to the CreationDevice and CreationPrinterName properties. Using this method is more efficient than setting the two properties individually.  
Public メソッド System.ComponentModel.Componentから継承されます。
トップ
参照

C1Report クラス
C1.C1Report 名前空間