AutoComplete for ASP.NET Web Forms
C1Report クラス メンバ
プロパティ  メソッド  イベント

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

C1Reportデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1Report component.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the actual measurement device which was used to generate the report. This device can differ from the one specified by CreationDevice, for example if CreationDevice was set to C1.C1Preview.MeasurementDeviceEnum.Printer but the current system has no printers installed.  
Public プロパティGets the name of the actual measurement printer which was used to generate the report. This can differ from the name specified by CreationPrinterName, for example if the report was rendered on a system with no such printer.  
Public プロパティGets the actual right-to-left value that is being used. The value is obtained using the following rules:
  1. If RightToLeft is not null, then that value is used.
  2. If the current report is a sub-report, then ActualRightToLeft of the owner subreport field is used.
  3. Else the value of C1FlexReport.DefaultRightToLeft static property is used.
 
Public プロパティGets the height of the remaining area available for sections on the current page. This property can only be used while the report is being rendered (i.e. when IsBusy is true), at other times a value of -1 is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT yet account for the current section.  
Public プロパティGets a C1.C1Preview.C1PrintDocument object that represents content of the report. Note that getting this property causes the report to render if it has not rendered yet.  
Public プロパティSpecifies whether to cancel generation of the current report.  
Public プロパティGets or sets a value indicating whether hyperlinks in the report are colorized automatically.

The default is false (which is compatible with older versions of C1Report).

 
Public プロパティGets the CompatibilityOptions object which determines compatibility with previous versions of C1Report.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the type of device that is used to provide reference graphics when generating the report. If this property is C1.C1Preview.MeasurementDeviceEnum.Printer (which is the default), CreationPrinterName specifies the printer.  
Public プロパティGets or sets the resolution (DPI) used when generating the report.  
Public プロパティGets or sets the System.Drawing.Graphics object to use as reference when generating the report. This Graphics is used to calculate text sizes, measure RTF text, and so on.  
Public プロパティGets or sets the name of the printer that is used to provide reference graphics when generating the report.

This property is only used if CreationDevice is set to C1.C1Preview.MeasurementDeviceEnum.Printer.

Set this property to null to select the reference printer automatically.

 
Public プロパティGets a reference to the report's DataSource object.  
Public プロパティstatic (Shared in Visual Basic)Gets or sets the value used as the default for the RightToLeft property.  
Public プロパティGets a System.Drawing.Printing.PrintDocument object that can be used to render the report to a printer or into a print preview control.  
Public プロパティSpecifies whether the control should handle Windows messages while rendering reports.  
Public プロパティGets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfOnly.  
Public プロパティSpecifies whether script objects added with the AddScriptObject(String,Object) method should be exposed to subreports.  
Public プロパティGets the collection of Field objects in the report definition.  
Public プロパティGets or sets the default font for new fields.  
Public プロパティGets the FontProcessingOptions object which determines how font substitution and embedding are handled when the report generates.  
Public プロパティIf the current report is generating (see IsBusy), gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete). If the report is currently not generating, gets 1.  
Public プロパティGets or sets the global VBScript module. Functions and subroutines defined here (using the standard VBScript syntax) can be used in other scripts in the current report like standard VBScript functions.  
Public プロパティGets a collection with all the groups in the report.  
Public プロパティGets or sets the method used to process CanGrow/CanShrink fields.  
Public プロパティSpecifies whether the component should ignore script errors by default.  
Public プロパティGets a value that determines whether a report is currently being generated.  
Public プロパティGets or sets the position of the first label on a partially used sheet.  
Public プロパティGets a reference to the report's Layout object.  
Public プロパティGets or sets the maximum number of pages allowed for a report.  
Public プロパティGets or sets the VBScript that is executed when the report finishes rendering.  
Public プロパティGets or sets the VBScript that is executed when an error occurs.  
Public プロパティGets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty.  
Public プロパティGets or sets the VBScript that is executed when the report starts rendering.  
Public プロパティGets or sets the VBScript that is executed when a new page is created.  
Public プロパティGets or sets the starting outline level for the groups in this report.  
Public プロパティGets or sets the current page number.  
Public プロパティGets a list of System.Drawing.Imaging.Metafile objects that correspond to the pages in the report. Using this property on large reports is not recommended as it creates images for all pages at once and thus can exhaust system resources. Instead, use GetPageImages, GetPageImage and GetPageCount methods.  
Public プロパティGets or sets a value specifying the page rendering mode to use when generating the report. Use PageRenderingMode.AsMetafiles for very large reports which run out of memory when using the default mode.  
Public プロパティGets the main report that contains this subreport (null for main reports).  
Public プロパティGets or sets the number of detail records to render per page or group.  
Public プロパティGets or sets an Xml string containing the complete report definition.  
Public プロパティGets or sets a ReportInfo object containing report metadata.  
Public プロパティGets or sets the name of the report (used with the Load method).  
Public プロパティGets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.

If null (which is the default), the value of the static property DefaultRightToLeft is used.

This value may be overridden by individual fields.

 
Public プロパティGets the collection of Section objects in the report definition.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets extra data needed by the calling program.  
Public プロパティGets or sets a value indicating whether all text in the current report should be rendered using GDI+ text API.

The default value is false.

 
Public プロパティSpecifies whether the component should use the .NET printing support to obtain high-resolution graphics.  
トップ
パブリック メソッド
 名前解説
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から継承されます。
トップ
パブリック イベント
 名前解説
Public イベントFired before the control adds an outline entry to the report.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントFired when the control finishes rendering each page.  
Public イベントFired when the control finishes rendering the report.  
Public イベントFired when the control finishes rendering each Section.  
Public イベントFired before the control displays the Report Parameters dialog.  
Public イベントOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.  
Public イベントFired when the control starts rendering a report and the data source is empty.  
Public イベントFired before each Section is printed (after it has been formatted.)  
Public イベントFired when an error occurs while rendering a report.  
Public イベントFired when the control starts rendering each page.  
Public イベントFired when the control starts rendering the report, before it opens the source recordset.  
Public イベントFired before each Section is formatted.  
トップ
参照

C1Report クラス
C1.C1Report 名前空間