| 名前 | 解説 | |
|---|---|---|
![]() | C1FlexReport コンストラクタ | C1FlexReportクラスの新しいインスタンスを初期化します。 |
C1FlexReportデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | C1FlexReport コンストラクタ | C1FlexReportクラスの新しいインスタンスを初期化します。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AddNagWatermark | C1.Document.C1DocumentSourceから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | m_defaultPrintOptions | C1.Document.C1DocumentSourceから継承されます。 |
![]() | m_measureContext | Used in functions which use DX calls. Has valuable value only while report rendering. C1.Report.FlexReportから継承されます。 |
![]() | m_serializer | C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | ActualCulture | レポートで実際に使用されるカルチャを取得します。 Cultureが null の場合は、 System.Globalization.CultureInfo.CurrentCultureを返します。 C1.Report.FlexReportから継承されます。 |
![]() | ActualRightToLeft | 以下のルールを使用して、実際の右から左への記述に関する値を取得します。1) RightToLeftが null でない場合は、その値が使用されます。2) 現在レンダリングされているレポートの場合は、所有するサブレポートフィールドの ActualRightToLeftが使用されます。3) 静的プロパティ C1.Win.FlexReport.C1FlexReport.DefaultRightToLeftの使用された値。 C1.Report.FlexReportから継承されます。 |
![]() | AsyncMethodsUseAwaitPattern | 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から継承されます。 |
![]() | AvailableHeight | 現在のページでセクションに使用できる残りの領域の高さを取得します。このプロパティは、ページ区切り付きモードでレポートをレンダリングしている場合(つまり、 IsBusyおよび Paginatedが true の場合)にのみ使用できます。 IsBusyが true の場合は -1 が返され、 Paginatedが false の場合は double.MaxValue が返されます。OnPrint/OnFormat スクリプトで使用すると、この値は、まだ現在のセクションを考慮しないことに注意してください。サブレポートでは、このプロパティは、マスターレポートの AvailableHeightを返します。 C1.Report.FlexReportから継承されます。 |
![]() | BasePath | 相対パス名で指定された追加ファイルの検索に使用されたディレクトリを取得または設定します。このプロパティは、ファイルからレポートがロードされるときに自動的に更新されます。 System.IO.MemoryStreamからレポート定義をロードする場合、または ReportDefinitionプロパティを使用する場合は、相対ファイル名を持つ項目を含むレポートテンプレートに対しては、WorkingDirectory が 正しい値を持つことを確認してください。このプロパティが null の場合は、 C1.Win.FlexReport.C1FlexReport.DefaultBasePathが使用されます。そうでない場合は、 Enviroment.CurrentDirectoryが使用されます。 C1.Report.FlexReportから継承されます。 |
![]() | BehaviorOptions | 前バージョンの C1Report との互換性を向上させる BehaviorOptionsオブジェクトを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | BusyState | Gets the current busy state of the current C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Cancel | 現在のレポートの生成をキャンセルするかどうかを指定します。 C1.Report.FlexReportから継承されます。 |
![]() | Container | System.ComponentModel.Componentから継承されます。 |
![]() | Credential | レポートのレンダリング時に使用されるデフォルトの資格情報を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | Culture | レポートのカルチャを指定する System.Globalization.CultureInfoを取得または設定します。このカルチャは、文字列と値の間の変換に影響します。デフォルトは null です。これは、 System.Globalization.CultureInfo.CurrentCultureが使用されることを意味します。 C1.Report.FlexReportから継承されます。 |
![]() | CurrentDataScope | 内部使用。 C1.Report.FlexReportから継承されます。 |
![]() | DataSource | レポートのメイン DataSourceオブジェクトへの参照、またはレポートが連結されない場合は null を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | DataSourceName | メインレポートデータソースとして使用される DataSourcesコレクションから データソースの名前を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | DataSources | レポートで使用される DataSourceオブジェクトのコレクションを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | DefaultPrintOptions | Gets the C1.Document.C1PrintOptions object defining default print options used by printing methods of C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Dirty | 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から継承されます。 |
![]() | Document | レポートのレンダリング時に現在の C1FlexReportによって作成された C1.Win.C1Documentオブジェクトを 取得します。 C1.Report.FlexReportから継承されます。 |
![]() | DocumentName | オーバーライドされます。この C1FlexReportオブジェクトのユーザーフレンドリな名前を取得します。 C1.Report.FlexReportから継承されます。 |
![]() | DoEvents | レポートを同期モードでレンダリング中に、コントロールが Windows のメッセージを処理するかどうかを指定します。 C1.Report.FlexReportから継承されます。 |
![]() | ExposeScriptObjects | レポートのスクリプトオブジェクトがサブレポートに公開されるかどうかを指定します。 C1.Report.FlexReportから継承されます。 |
![]() | Features | オーバーライドされます。 C1FlexReportの機能を定義する C1.Win.C1Document.C1DocumentSourceFeaturesオブジェクトを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | Fields | レポート定義内の Fieldオブジェクトのコレクションを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | FileName | レポートのロード元のファイル、またはレポートが保存されているファイルの名前を取得します。 C1.Report.FlexReportから継承されます。 |
![]() | Font | 新しいフィールドのデフォルトフォントを取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | Fonts | レポートフォントによって使用されるデータを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | GlobalScripts | グローバル VBScript モジュールを取得または設定します。ここで(標準の VBScript 構文を使用して)定義される関数とサブルーチンは、標準の VBScript 関数と同様に、現在のレポートの他のスクリプトで使用できます。 C1.Report.FlexReportから継承されます。 |
![]() | Groups | レポート内のすべてのグループを含むコレクションを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | GrowShrinkMode | CanGrow/CanShrink フィールドの処理に使用される方法を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | IgnoreScriptErrors | コンポーネントがデフォルトでスクリプトエラーを無視するかどうかを指定します。 C1.Report.FlexReportから継承されます。 |
![]() | IsBusy | Gets the value indicating whether the current C1.Document.C1DocumentSource busy. C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsDisposed | Gets a value indicating whether this C1.Document.C1DocumentSource is disposed and can not be longer used. C1.Document.C1DocumentSourceから継承されます。 |
![]() | LabelOffset | 一部が使用済みのシートの最初のラベルの位置を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | Layout | レポートの Layoutオブジェクトへの参照を取得します。 C1.Report.FlexReportから継承されます。 |
![]() | Log | Gets the C1.Document.LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). C1.Document.C1DocumentSourceから継承されます。 |
![]() | MasterReport | 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から継承されます。 |
![]() | MaxPages | 1 つのレポートに許可される最大ページ数を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() ![]() | MeasurementDevice | GDI/GDI+ 関数を使用する際、C1FlexReport オブジェクトのレイアウトの測定/計算に使用される System.Drawing.Graphics を提供するために使用されるデバイスのタイプを取得または設定します。 このプロパティが C1.Win.C1Document.MeasurementDevice.Printer に設定されている場合、 MeasurementPrinterName でプリンタを指定します。 |
![]() ![]() | MeasurementPrinterName | GDI/GDI+ 関数を使用する際、C1FlexReport オブジェクトのレイアウトの測定/計算に使用される System.Drawing.Graphics を提供するために使用されるプリンタの名前を取得または設定します。 このプロパティは、MeasurementDevice が C1.Win.C1Document.MeasurementDevice.Printer に設定されている場合にのみ使用されます。 |
![]() | OnClose | レポートがレンダリングを終了するときに実行される VBScript を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | OnError | エラーが発生したときに実行される VBScript を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | OnNoData | レポートがレンダリングを開始し、そのソースレコードセットが空の場合に実行される VBScript を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | OnOpen | レポートがレンダリングを開始するときに実行される VBScript を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | OnPage | 新しいページが作成されるときに実行される VBScript を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | Overlay | レポートのオーバーレイのプロパティを定義する Watermarkオブジェクトを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | Page | 現在のページ番号を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | PageCount | Gets the number of already generated pages. C1.Document.C1DocumentSourceから継承されます。 |
![]() | PageSettings | オーバーライドされます。 オーバーライドされます。これは、 Layoutプロパティから返される Layoutオブジェクトの プロパティへのショートカットです。 |
![]() | Paginated | Gets or sets a value indicating whether the content should be represented as set of fixed sized pages. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Parameters | レポートの生成に使用されるパラメータのコレクションを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | ParentReport | このサブレポートを含むメインレポートを取得します(これがメインレポートの場合は null)。 C1.Report.FlexReportから継承されます。 |
![]() | RecordsPerPage | ページまたはグループごとにレンダリングする詳細レコードの数を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | RenderDocument | Gets the C1.Document.C1Document object currently generated. C1.Report.FlexReportから継承されます。 |
![]() | ReportDefinition | 完全なレポート定義を含む XML 文字列を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | ReportInfo | レポートのメタデータを含む ReportInfoオブジェクトを取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | ReportName | レポートの名前(Load メソッドで使用)を取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | RightToLeft | レポートにおける右から左への記述に関するデフォルト値を取得または設定します。デフォルトでは、この値は null であり、静的プロパティ C1.Win.FlexReport.C1FlexReport.DefaultRightToLeftの値が 使用されることを示します。 C1.Report.FlexReportから継承されます。 |
![]() | ScriptContext | Gets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions. C1.Report.FlexReportから継承されます。 |
![]() | Sections | レポート定義内の C1.Win.FlexReport.Sectionオブジェクトのコレクションを取得します。 C1.Report.FlexReportから継承されます。 |
![]() | Site | System.ComponentModel.Componentから継承されます。 |
![]() | SupportedExportProviders | オーバーライドされます。 オーバーライドされます。現在のドキュメントソースオブジェクトがサポートするエクスポータの配列を取得します。 |
![]() | Tag | 呼び出し側のプログラムで必要な追加のデータを取得または設定します。 C1.Report.FlexReportから継承されます。 |
![]() | Watermark | レポートのウォーターマークのプロパティを定義する Watermarkオブジェクトを取得します。 C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CanRaiseEvents | System.ComponentModel.Componentから継承されます。 |
![]() | DesignMode | System.ComponentModel.Componentから継承されます。 |
![]() | Events | System.ComponentModel.Componentから継承されます。 |
![]() | Pages | Gets the already generated pages. C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AddToLog | オーバーロードされます。 Adds log entry to the C1.Document.C1DocumentSource.Log list. C1.Document.C1DocumentSourceから継承されます。 |
![]() | BeginGenerate | C1.Report.FlexReportから継承されます。 |
![]() | BeginUpdate | Prevents the report from firing C1.Report.FlexReport.ReportDefinitionChangedevent until the EndUpdate method is called. C1.Report.FlexReportから継承されます。 |
![]() | BuildErrorMessageBrick | C1.Report.FlexReportから継承されます。 |
![]() | CancelAsync | Cancels currently executed async action and waits until action will be actually cancelled. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Clear | 現在のレポートをクリアします。 C1.Report.FlexReportから継承されます。 |
![]() | ClearContent | Clear generated content and sets C1.Document.C1DocumentSource.Dirty to true. C1.Document.C1DocumentSourceから継承されます。 |
![]() | CopyDefinitionFrom | 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から継承されます。 |
![]() | CreateField | オーバーライドされます。 |
![]() ![]() | CreateMeasurementGraphics | |
![]() | CreateObjRef | System.MarshalByRefObjectから継承されます。 |
![]() | Dispose | オーバーロードされます。 コンポーネントによって使用されるアンマネージリソースを解放し、オプションでマネージリソースも解放します。 C1.Report.FlexReportから継承されます。 |
![]() | DoOnError | C1.Report.FlexReportから継承されます。 |
![]() | DrawPage | For internal use. C1.Document.C1DocumentSourceから継承されます。 |
![]() | EndUpdate | Resumes firing the C1.Report.FlexReport.ReportDefinitionChanged event after the BeginUpdate method. C1.Report.FlexReportから継承されます。 |
![]() | Evaluate | オーバーロードされます。 現在のレポートコンテキストで VBScript 式を評価します。 C1.Report.FlexReportから継承されます。 |
![]() | Execute | オーバーロードされます。 現在のレポートコンテキストで VBScript 文を実行します。 C1.Report.FlexReportから継承されます。 |
![]() | ExecuteAction | Executes an action specified by the C1.Document.C1DocumentAction object. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsync | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ExecuteAction method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsyncEx | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ExecuteAction method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Export | Exports the document into a stream in an external format using the specified export filter. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsync | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsyncEx | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Generate | Generates the document. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsync | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Generate method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsyncEx | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.Generate method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetBookmarkPositionAsync | For internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetBookmarkPositionAsyncEx | For internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetContext | For internal use. C1.Report.FlexReportから継承されます。 |
![]() | GetDocumentRange | Creates the C1.Document.C1DocumentRange object on the base of two text positions specified by C1.Document.C1DocumentTextPosition objects. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetGlobalFunctions | For internal use. C1.Report.FlexReportから継承されます。 |
![]() | GetGlobalSubs | For internal use. C1.Report.FlexReportから継承されます。 |
![]() | GetLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | GetLinkTargetPosition | For internal use. Gets the position of a C1.Document.C1LinkTargetBase in the document. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetLoadedPage | For internal use. Overridden. Fetches a generated page with the specified index. C1.Report.FlexReportから継承されます。 |
![]() | GetPage | For internal use. Fetches a page with the specified index. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageAsync | For internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageAsyncEx | For internal use. Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageDocumentRange | 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から継承されます。 |
![]() | GetPageImage | オーバーロードされます。 指定されたページを表す System.Drawing.Imaging.Metafileを返します。 |
![]() | GetPageImageSvg | Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page. C1.Report.FlexReportから継承されます。 |
![]() | GetPageMetafile | 内部使用。 |
![]() | GetWholeDocumentRange | 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から継承されます。 |
![]() | GetWordDocumentRange | Creates a C1.Document.C1DocumentRange object that defines a word containing a specified position in the document. C1.Document.C1DocumentSourceから継承されます。 |
![]() | InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | InternalRenderSubreport | オーバーライドされます。 Render as subreport. This method uses following properties: - _owner. |
![]() | IsAsyncOperationActive | 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から継承されます。 |
![]() | IsGenerateAllowed | Returns a value indicating whether the C1.Document.C1DocumentSource.Generate method can be called at the moment. C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsPageLoading | 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から継承されます。 |
![]() | Load | オーバーロードされます。 レポートをロードします。 C1.Report.FlexReportから継承されます。 |
![]() | OnLongOperation | オーバーライドされます。 オーバーライドされます。 C1.Win.C1Document.C1DocumentSource.LongOperationイベントを発生させます。 |
![]() | OnReportDefinitionChanged | ReportDefinitionChangedイベントを発生させます。レポートまたはすべてのネストしたオブジェクトのプロパティが変更されるたびに呼び出されます。 C1.Report.FlexReportから継承されます。 |
![]() | ParseExpression | 現在のレポートコンテキストで VBScript 式を解析します。 C1.Report.FlexReportから継承されます。 |
![]() | ParseGlobalScript | For internal use. Parse global script to get its procedures. C1.Report.FlexReportから継承されます。 |
![]() | ParseStatement | オーバーロードされます。 現在のレポートコンテキストで VBScript 文を解析します。 C1.Report.FlexReportから継承されます。 |
![]() | PopDataScope | For internal use. Pop the current data scope. C1.Report.FlexReportから継承されます。 |
![]() | Print | オーバーロードされます。 Prints the generated document. C1.Document.C1DocumentSourceから継承されます。 |
![]() | PushDataScope | For internal use. Push the specific data scope on top of the current data scope. C1.Report.FlexReportから継承されます。 |
![]() | Render | レポートをレンダリングします。 C1.Report.FlexReportから継承されます。 |
![]() | RenderAsync | Renderメソッドの非ブロック(非同期)バージョン。 C1.Report.FlexReportから継承されます。 |
![]() | RenderAsyncEx | Renderメソッドの非ブロック(非同期)バージョン。このメソッドは、基本クラスの C1.Win.C1Document.C1DocumentSource.GenerateAsyncExメソッドのショートカットです。 C1.Report.FlexReportから継承されます。 |
![]() | RenderToFilter | 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から継承されます。 |
![]() | RenderToFilterAsync | 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から継承されます。 |
![]() | RenderToFilterAsyncEx | 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から継承されます。 |
![]() | ResetPageCount | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Save | オーバーロードされます。 現在のレポート定義をファイルに保存します。 C1.Report.FlexReportから継承されます。 |
![]() | SetContext | For internal use. C1.Report.FlexReportから継承されます。 |
![]() | SetDirty | For internal use. Fires ReportDefinitionChanged event. C1.Report.FlexReportから継承されます。 |
![]() | SetReportDefinition | For internal use only. C1.Report.FlexReportから継承されます。 |
![]() | SortFields | For internal use. C1.Report.FlexReportから継承されます。 |
![]() | ToString | System.ComponentModel.Componentから継承されます。 |
![]() | ValidateParameters | Validates the current parameter values, refreshes their valid values' lists if the values are valid. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsync | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ValidateParameters method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsyncEx | Non-blocking (asynchronous) version of the C1.Document.C1DocumentSource.ValidateParameters method. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValueToString | For internal use. C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | BusyStateChanged | Occurs when the C1.Document.C1DocumentSource.BusyState property value changes. C1.Document.C1DocumentSourceから継承されます。 |
![]() | DirtyChanged | Occurs when the C1.Document.C1DocumentSource.Dirty property value changes. C1.Document.C1DocumentSourceから継承されます。 |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | EndPage | コントロールが各ページのレンダリングを終了すると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | EndReport | コントロールがレポートのレンダリングを終了すると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | ExecuteActionCompleted | Occurs when the C1.Document.C1DocumentSource.ExecuteActionAsync or C1.Document.C1DocumentSource.ExecuteActionAsyncEx method has completed. C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportCompleted | Occurs when the C1.Document.C1DocumentSource.ExportAsync method has completed. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateCompleted | Occurs when the C1.Document.C1DocumentSource.GenerateAsync method has completed. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetLinkTargetPositionCompleted | For internal use. Occurs when the C1.Document.C1DocumentSource.GetBookmarkPositionAsync method has completed. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageCompleted | For internal use. Occurs when the C1.Document.C1DocumentSource.GetPageAsync method has completed. C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetScriptObject | レポートスクリプトまたは式中で不明なオブジェクトが検出されると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | LongOperation | 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から継承されます。 |
![]() | NoData | コントロールがレポートのレンダリングを開始し、メインレポートのデータソースが空の場合に発生します。 C1.Report.FlexReportから継承されます。 |
![]() | PageCountChanged | Occurs when the C1.Document.C1DocumentSource.PageCount property value changes. C1.Document.C1DocumentSourceから継承されます。 |
![]() | PagesClear | For internal use. Occurs when the pages have been cleared (C1.Document.C1DocumentSource.PageCount becomes zero). C1.Document.C1DocumentSourceから継承されます。 |
![]() | PagesLoaded | For internal use. Occurs when the content of some pages has been loaded. C1.Document.C1DocumentSourceから継承されます。 |
![]() | PrintSection | 各 C1.Win.FlexReport.Sectionが印刷される前に発生します(セクションを書式設定した後)。 C1.Report.FlexReportから継承されます。 |
![]() | RenderCompleted | RenderAsyncメソッドが完了したときに発生します。 C1.Report.FlexReportから継承されます。 |
![]() | ReportDefinitionChanged | レポート定義が変更されると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | ReportError | レポートのレンダリング中にエラーがあると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | SecurityError | 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から継承されます。 |
![]() | StartPage | コントロールが各ページのレンダリングを開始すると発生します。 C1.Report.FlexReportから継承されます。 |
![]() | StartReport | コントロールがレポートのレンダリングを開始し、データソースを開いてパラメータをチェックする前に発生します。 C1.Report.FlexReportから継承されます。 |
![]() | StartSection | 各 C1.Win.FlexReport.Sectionが書式設定される前に発生します。 C1.Report.FlexReportから継承されます。 |
![]() | ValidateParametersCompleted | Occurs when the C1.Document.C1DocumentSource.ValidateParametersAsync method has completed. C1.Document.C1DocumentSourceから継承されます。 |