名前 | 解説 | |
---|---|---|
AddToLog | オーバーロードされます。 C1.WPF.Document.C1DocumentSource.Log リストにログエントリを追加します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
CancelAsync | 現在実行されている非同期アクションをキャンセルし、アクションが実際にキャンセルされるまで待ちます。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
Clear | 現在のレポートをクリアします。 | |
ClearContent | 生成されたコンテンツをクリアし、C1.WPF.Document.C1DocumentSource.Dirty を true に設定します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
CopyDefinitionFrom | 別の FlexReport コンポーネントからレポート定義をコピーします。 SubreportField または Field を介してレポートから参照されるサブレポートは複製されないことに注意してください。 | |
Dispose | オーバーロードされます。 コンポーネントによって使用されるアンマネージリソースを解放し、オプションでマネージリソースも解放します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
Evaluate | オーバーロードされます。 現在のレポート コンテキストで VBScript 式を評価します。 | |
Execute | オーバーロードされます。 現在のレポート コンテキストで VBScript ステートメントを実行します。 | |
ExecuteAction | C1.WPF.Document.C1DocumentAction オブジェクトで指定されるアクションを実行します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ExecuteActionAsync | C1.WPF.Document.C1DocumentSource.ExecuteAction メソッドの非ブロック(非同期)バージョン。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ExecuteActionAsyncEx | C1.WPF.Document.C1DocumentSource.ExecuteAction メソッドのノンブロッキング (非同期) バージョンです。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
Export | 指定されたエクスポートフィルタを使用して、ドキュメントを外部形式のストリームにエクスポートします。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ExportAsync | C1.WPF.Document.C1DocumentSource.Export メソッドの非ブロック(非同期)バージョン。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ExportAsyncEx | C1.WPF.Document.C1DocumentSource.Export メソッドのノンブロッキング (非同期) バージョンです。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
Generate | ドキュメントを生成します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GenerateAsync | C1.WPF.Document.C1DocumentSource.Generate メソッドの非ブロック(非同期)バージョン。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GenerateAsyncEx | C1.WPF.Document.C1DocumentSource.Generate メソッドのノンブロッキング (非同期) バージョンです。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GetDocumentRange | C1.WPF.Document.C1DocumentTextPosition オブジェクトによって指定される 2 つのテキスト位置に基づいて、 C1.WPF.Document.C1DocumentRange オブジェクトを作成します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetPageDocumentRange | 指定されたページを含む C1.WPF.Document.C1DocumentRange オブジェクトを作成します。 ページにテキストがない場合、このメソッドは null を返します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GetPageImage | オーバーロードされます。 指定されたページを表す System.Drawing.Imaging.Metafile を返します。 | |
GetReportList | オーバーロードされます。 C1.WPF.Document.Serialization.XmlDocumentWrapperBase で使用可能なレポートのリストを取得します。 | |
GetWholeDocumentRange | ドキュメント全体を含む C1.WPF.Document.C1DocumentRange オブジェクトを作成します。 ドキュメントにテキストがない場合、このメソッドは null を返します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
GetWordDocumentRange | ドキュメント内の指定された位置を含む単語を定義する C1.WPF.Document.C1DocumentRange オブジェクトを作成します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
IsGenerateAllowed | 現時点で C1.WPF.Document.C1DocumentSource.Generate メソッドを呼び出すことができるかどうかを示す値を返します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
Load | オーバーロードされます。 ストリーム内の XML レポート定義からレポートを読み込みます。 | |
ParseExpression | 現在のレポート コンテキストで VBScript 式を解析します。 | |
ParseStatement | 現在のレポート コンテキストで VBScript ステートメントを解析します。 | |
オーバーロードされます。 生成されたドキュメントを印刷する。 C1.WPF.Document.C1DocumentSourceから継承されます。 | ||
Render | レポートをレンダリングします。このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.Generate メソッドへのショートカットです。 | |
RenderAsync | Render メソッドのノンブロッキング (非同期) バージョンです。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.GenerateAsync メソッドへのショートカットです。 | |
RenderAsyncEx | Render ソッドのノンブロッキング (非同期) バージョンです。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.GenerateAsyncEx メソッドへのショートカットです。 | |
RenderToFilter | レポートを C1.WPF.Document.Export.ExportFilter オブジェクトにレンダリングします。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.Export メソッドへのショートカットです。 | |
RenderToFilterAsync | RenderToFilter メソッドのノンブロッキング (非同期) バージョンです。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.ExportAsync メソッドへのショートカットです。 | |
RenderToFilterAsyncEx | RenderToFilter メソッドのノンブロッキング (非同期) バージョンです。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.ExportAsyncEx メソッドへのショートカットです。 | |
Save | オーバーロードされます。 現在のレポート定義をファイルに保存します。 | |
ToString | System.ComponentModel.Componentから継承されます。 | |
ValidateParameters | 現在のパラメータ値を検証し、値が有効な場合は、有効な値のリストを更新します。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ValidateParametersAsync | C1.WPF.Document.C1DocumentSource.ValidateParameters メソッドの非ブロック(非同期)バージョン。 C1.WPF.Document.C1DocumentSourceから継承されます。 | |
ValidateParametersAsyncEx | C1.WPF.Document.C1DocumentSource.ValidateParameters メソッドのノンブロッキング (非同期) バージョンです。 C1.WPF.Document.C1DocumentSourceから継承されます。 |