FlexReport for WinForms
C1FlexReport クラス メンバ
フィールド  プロパティ  メソッド  イベント


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport 名前空間 : C1FlexReport クラス

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

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1FlexReport class.  
トップ
パブリック フィールド
 名前解説
Public フィールド C1.Document.C1DocumentSourceから継承されます。
トップ
プロテクト フィールド
 名前解説
Protected フィールド C1.Document.C1DocumentSourceから継承されます。
Protected フィールドUsed in functions which use DX calls. Has valuable value only while report rendering. C1.Report.FlexReportから継承されます。
Protected フィールド C1.Report.FlexReportから継承されます。
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the actual culture used in report, returns System.Globalization.CultureInfo.CurrentCulture if C1.Report.FlexReport.Culture is null. C1.Report.FlexReportから継承されます。
Public プロパティGets the actual right-to-left value that is being used. The value is obtained using the following rules:
  1. If C1.Report.FlexReport.RightToLeft is not null, then that value is used.
  2. If the current report is a sub-report, then C1.Report.FlexReport.ActualRightToLeft of the owner subreport field is used.
  3. Else the value of C1.Report.FlexReport.DefaultRightToLeft static property is used.
C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as C1.Document.C1DocumentSource.GenerateCompleted, C1.Document.C1DocumentSource.GenerateCompleted and others) do not fire. C1.Document.C1DocumentSourceから継承されます。
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 in paginated mode (i.e. when C1.Document.C1DocumentSource.IsBusy and C1.Document.C1DocumentSource.Paginated are true). If C1.Document.C1DocumentSource.IsBusy is false then -1 is returned. If C1.Document.C1DocumentSource.Paginated is false then double.MaxValue is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT account for the current section's height. For subreports this property returns C1.Report.FlexReport.AvailableHeight of the master report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the StorageFolder that is used to search for any additional files specified with relative path names. This property is updated automatically when a report is loaded from a file. If you load a report definition from a System.IO.MemoryStream or via the C1.Report.FlexReport.ReportDefinition property, make sure that WorkingDirectory has the correct value if the report template contains items with relative file names. If this property is null then C1.Report.FlexReport.DefaultBasePath is used, otherwise System.Environment.CurrentDirectory is used. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.BehaviorOptions object containing options controlling the behavior of the report. C1.Report.FlexReportから継承されます。
Public プロパティGets the current busy state of the current C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティSpecifies whether to cancel generation of the current report. C1.Report.FlexReportから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the default credential used during rendering of the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the System.Globalization.CultureInfo determining the current report culture. This culture is used to convert values to/from strings. By default it is null, in which case the System.Globalization.CultureInfo.CurrentCulture is used. C1.Report.FlexReportから継承されます。
Public プロパティFor internal use. Specifies the current data scope. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a reference to the report's main C1.Report.FlexReport.DataSource, or null if the report is unbound. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the name of the report's main data source. This name should match the name of a data source in the C1.Report.FlexReport.DataSources collection. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.FlexReport.DataSource objects used in report. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Document.C1PrintOptions object defining default print options used by printing methods of C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether the current content is dirty and does not correspond to the current values of C1.Document.C1DocumentSource.Paginated etc. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a C1.Document.C1Document object produced by the current C1.Report.FlexReport during report rendering. C1.Report.FlexReportから継承されます。
Public プロパティOverriden. Gets the user-frienly name for this C1.Report.FlexReport object. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether the control should handle Windows messages while rendering reports in synchronious mode. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether script objects of report should be exposed to subreports. C1.Report.FlexReportから継承されます。
Public プロパティOverridden. Gets a C1.Document.C1DocumentSourceFeatures object defining features of the C1.Report.FlexReport. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.Field objects in the report definition. C1.Report.FlexReportから継承されます。
Public プロパティGets the filename that was used to load or save the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the default font used by report fields. C1.Report.FlexReportから継承されます。
Public プロパティGets the data used by report fonts. C1.Report.FlexReportから継承されます。
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. C1.Report.FlexReportから継承されます。
Public プロパティGets a collection with all the groups in the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the method used to process CanGrow/CanShrink fields. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether the component should ignore script errors by default. C1.Report.FlexReportから継承されます。
Public プロパティGets the value indicating whether the current C1.Document.C1DocumentSource busy. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether this C1.Document.C1DocumentSource is disposed and can not be longer used. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets or sets the position of the first label on a partially used sheet. C1.Report.FlexReportから継承されます。
Public プロパティGets a reference to the report's C1.Report.FlexReport.Layout object. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Document.LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the C1.Report.FlexReport object representing master, i.e. root report that currently rendered, this property returns this if this is not subreport. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the maximum number of pages allowed for a report. C1.Report.FlexReportから継承されます。
Public プロパティstatic (Shared in Visual Basic)Gets or sets the type of device used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. If this property is set to C1.Document.MeasurementDevice.Printer, C1FlexReport.MeasurementPrinterName specifies the printer.  
Public プロパティstatic (Shared in Visual Basic)Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. This property is only used if C1FlexReport.MeasurementDevice is set to C1.Document.MeasurementDevice.Printer.  
Public プロパティGets or sets the VBScript that is executed when the report finishes rendering. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when an error occurs. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when the report starts rendering. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when a new page is created. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.Watermark object defining properties of the report's overlay. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the current page number. C1.Report.FlexReportから継承されます。
Public プロパティGets the number of already generated pages. C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Overriden. This is shortcut to the page settings returned by the C1.Report.FlexReport.Layout object accessible via the C1.Report.FlexReport.Layout property.  
Public プロパティGets or sets a value indicating whether the content should be represented as set of fixed sized pages. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a collection of parameters used to generate report. C1.Report.FlexReportから継承されます。
Public プロパティGets the main report that contains this subreport (null for main reports). C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the number of detail records to render per page or group. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Document.C1Document object currently generated. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets an XML string containing the complete report definition. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a C1.Report.FlexReport.ReportInfo object containing report metadata. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the name of the report (used with the Load method). C1.Report.FlexReportから継承されます。
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 C1.Report.FlexReport.DefaultRightToLeft is used.

This value may be overridden by individual fields.

C1.Report.FlexReportから継承されます。
Public プロパティGets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.Section objects in the report definition. C1.Report.FlexReportから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object.  
Public プロパティGets or sets arbitrary user-defined data. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.Watermark object defining properties of the report's watermark. C1.Report.FlexReportから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティGets the already generated pages. C1.Report.FlexReportから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds log entry to the C1.Document.C1DocumentSource.Log list. C1.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Report.FlexReportから継承されます。
Public メソッドPrevents the report from firing C1.Report.FlexReport.ReportDefinitionChangedevent until the EndUpdate method is called. C1.Report.FlexReportから継承されます。
Public メソッド C1.Report.FlexReportから継承されます。
Public メソッドCancels currently executed async action and waits until action will be actually cancelled. C1.Document.C1DocumentSourceから継承されます。
Public メソッドClears the current report. C1.Report.FlexReportから継承されます。
Public メソッドClear generated content and sets C1.Document.C1DocumentSource.Dirty to true. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCopies a report definition from another C1.Report.FlexReport component. Please note, subreports referenced from the report via C1.Report.SubreportField or C1.Report.Field are not cloned. C1.Report.FlexReportから継承されます。
Public メソッドオーバーライドされます。   
Public メソッドstatic (Shared in Visual Basic)  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーロードされます。 Releases the unmanaged resources used by the Component and optionally releases the managed resources. C1.Report.FlexReportから継承されます。
Public メソッド C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Public メソッドResumes firing the C1.Report.FlexReport.ReportDefinitionChanged event after the BeginUpdate method. C1.Report.FlexReportから継承されます。
Public メソッドオーバーロードされます。 Evaluates a VBScript expression in the current report context. C1.Report.FlexReportから継承されます。
Public メソッドオーバーロードされます。 Executes a VBScript statement in the current report context. C1.Report.FlexReportから継承されます。
Public メソッドExecutes an action specified by the C1.Document.C1DocumentAction object. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ExecuteAction method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ExecuteAction method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドExports the document into a stream in an external format using the specified export filter. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドGenerates the document. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Generate method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Generate method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
Public メソッドCreates the C1.Document.C1DocumentRange object on the base of two text positions specified by C1.Document.C1DocumentTextPosition objects. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドFor internal use. Gets the position of a C1.Document.C1LinkTargetBase in the document. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Overridden. Fetches a generated page with the specified index. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. Fetches a page with the specified index. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCreates a C1.Document.C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. C1.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーロードされます。 Returns a System.Drawing.Imaging.Metafile representing the specified page.  
Public メソッドReturns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use.  
Public メソッドCreates a C1.Document.C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCreates a C1.Document.C1DocumentRange object that defines a word containing a specified position in the document. C1.Document.C1DocumentSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーライドされます。 Render as subreport. This method uses following properties: - _owner.  
Public メソッドFor internal use. Returns a value indicating whether the async operation is currently executing. Important note: this method checks only Generate, Export, ValidateParameters and ExecuteCustomAction actions. For example, this method can be used in OnLongOperation() to determine whether the operation is async or not. C1.Document.C1DocumentSourceから継承されます。
Public メソッドReturns a value indicating whether the C1.Document.C1DocumentSource.Generate method can be called at the moment. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Checkes whether a page with the specified index has already been requested, i.e. the C1.Document.C1DocumentSource.GetPageAsync method has been called to fetch it. C1.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーロードされます。 Load report. C1.Report.FlexReportから継承されます。
Public メソッドオーバーライドされます。 Overriden. Raises the C1.Document.C1DocumentSource.LongOperation event  
Public メソッドRaises the C1.Report.FlexReport.ReportDefinitionChanged event. Called each time a property on the current report or on any of the contained objects in changed. C1.Report.FlexReportから継承されます。
Public メソッドParses a VBScript expression in the current report context. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. Parse global script to get its procedures. C1.Report.FlexReportから継承されます。
Public メソッドオーバーロードされます。 Parses a VBScript statement in the current report context. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. Pop the current data scope. C1.Report.FlexReportから継承されます。
Public メソッドオーバーロードされます。 Prints the generated document. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Push the specific data scope on top of the current data scope. C1.Report.FlexReportから継承されます。
Public メソッドRenders the report. This method is a shortcut to the C1.Document.C1DocumentSource.Generate method on the base class. C1.Report.FlexReportから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Report.FlexReport.Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsync method on the base class. C1.Report.FlexReportから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Report.FlexReport.Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsyncEx method on the base class. C1.Report.FlexReportから継承されます。
Public メソッドRenders the report into an C1.Document.Export.ExportFilter object. This method is a shortcut to the C1.Document.C1DocumentSource.Export method on the base class. C1.Report.FlexReportから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Report.FlexReport.RenderToFilter method. This method is a shortcut to the C1.Document.C1DocumentSource.ExportAsync method on the base class. C1.Report.FlexReportから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Report.FlexReport.RenderToFilter method. This method is a shortcut to the C1.Document.C1DocumentSource.ExportAsyncEx method on the base class. C1.Report.FlexReportから継承されます。
Public メソッド C1.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーロードされます。 Saves the current report definition to a file. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. Fires ReportDefinitionChanged event. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use only. C1.Report.FlexReportから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドValidates the current parameter values, refreshes their valid values' lists if the values are valid. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ValidateParameters method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ValidateParameters method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. C1.Report.FlexReportから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドオーバーライドされます。 Creates new instance of C1.Document.C1Document  
Protected メソッドOverriden. Creates C1.Report.ReportParameterCollection collection containing list of report parameters. C1.Report.FlexReportから継承されます。
Protected メソッドオーバーライドされます。 Returns new instance of C1.Report.ScriptEngine.ScriptEngine.  
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドオーバーライドされます。   
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドOverridden. Performs additional initializations of this C1.Report.FlexReport instance. C1.Report.FlexReportから継承されます。
Protected メソッドオーバーライドされます。   
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッドオーバーライドされます。   
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッド C1.Report.FlexReportから継承されます。
Protected メソッドオーバーロードされます。  System.MarshalByRefObjectから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.EndPage event. C1.Report.FlexReportから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.EndReport event. C1.Report.FlexReportから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.GetScriptObject event. C1.Report.FlexReportから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.NoData event. C1.Report.FlexReportから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.PrintSection event. C1.Report.FlexReportから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.ReportError event. C1.Report.FlexReportから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.StartPage event. C1.Report.FlexReportから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.StartReport event. C1.Report.FlexReportから継承されます。
Protected メソッドRaises the C1.Report.FlexReport.StartSection event. C1.Report.FlexReportから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドOverride in derived classes to provide advanced persistence mechanism. Use C1.Document.Serialization.C1ReaderBase.PropName to determine the name of the current property, use C1ReaderBase.ReadXXX(...) to read property value. C1.Report.FlexReportから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドOverride in derived classes to provide advanced persistence mechanism. Use C1.Document.Serialization.C1WriterBase methods to write additional object properties. C1.Report.FlexReportから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the C1.Document.C1DocumentSource.BusyState property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.Dirty property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when a page finishes rendering. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the report finishes rendering. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.ExecuteActionAsync or C1.Document.C1DocumentSource.ExecuteActionAsyncEx method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.ExportAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.GenerateAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the C1.Document.C1DocumentSource.GetBookmarkPositionAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the C1.Document.C1DocumentSource.GetPageAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when an unknown object is found in the report's script or expression. C1.Report.FlexReportから継承されます。
Public イベントOccurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the report starts rendering and the main report data source is empty. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.PageCount property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the pages have been cleared (C1.Document.C1DocumentSource.PageCount becomes zero). C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the content of some pages has been loaded. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs before each C1.Report.Section is printed (after it has been formatted.) C1.Report.FlexReportから継承されます。
Public イベントOccurs when the C1.Report.FlexReport.RenderAsync method has completed. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the current report definition changes. C1.Report.FlexReportから継承されます。
Public イベントOccurs when an error occurs while rendering a report. C1.Report.FlexReportから継承されます。
Public イベントOccurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when a new page starts rendering. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the report starts rendering, before it opens the datasources and checks parameters. C1.Report.FlexReportから継承されます。
Public イベントOccurs before each C1.Report.Section is formatted. C1.Report.FlexReportから継承されます。
Public イベントOccurs when the C1.Document.C1DocumentSource.ValidateParametersAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
トップ
参照

参照

C1FlexReport クラス
C1.Win.FlexReport 名前空間