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


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

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

パブリック コンストラクタ
 名前解説
Public コンストラクタC1SSRSDocumentSourceクラスの新しいインスタンスを初期化します。  
トップ
パブリック フィールド
 名前解説
Public フィールド C1.Document.C1DocumentSourceから継承されます。
Public フィールドstatic (Shared in Visual Basic)PDF エクスポートプロバイダの静的登録インスタンスを取得します。  
トップ
プロテクト フィールド
 名前解説
Protected フィールド C1.Document.C1DocumentSourceから継承されます。
トップ
パブリック プロパティ
 名前解説
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 current busy state of the current C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティSSRS に接続するときに使用されるオプションを含む C1.Win.Ssrs.ConnectionOptionsオブジェクトを取得します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。SSRS 接続で使用される資格情報を定義する System.Net.NetworkCredentialオブジェクトを取得または設定します。 これは、 C1.Win.Ssrs.ConnectionOptions.Credentialのショートカットです。 C1.Document.C1SSRSDocumentSourceから継承されます。
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 プロパティオーバーライドされます。現在のドキュメントソースに関連付けられている SSRS レポートを表す C1Documentオブジェクトを取得します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public プロパティSSRS レポートの場所を取得または設定します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public プロパティオーバーライドされます。 現在のレポートのユーザーフレンドリな名前を取得します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public プロパティオーバーライドされます。 オーバーライドされます。 C1SSRSDocumentSourceの機能を定義する C1.Win.Document.C1DocumentSourceFeaturesオブジェクトを取得します。  
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 プロパティSSRS セッションで使用される言語を取得または設定します。 このプロパティで指定するカルチャは、User!Language レポート識別子に影響します。 デフォルトでは、このプロパティは null です。 つまり、CultureInfo.CurrentUICulture が使用されます。 C1.Document.C1SSRSDocumentSourceから継承されます。
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 number of already generated pages. C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 SSRS レポートの生成に使用されるページ設定を指定する C1PageSettingsオブジェクトを取得または設定します。 このプロパティは、新しいレポートが開くと自動的に更新されます。 C1.Document.C1SSRSDocumentSourceから継承されます。
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 content. C1.Document.C1DocumentSourceから継承されます。
Public プロパティSSRS レポートのレポートセッションを取得します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 オーバーライドされます。 現在のドキュメントソースオブジェクトがサポートするエクスポータの配列を取得します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティGets the already generated pages. C1.Document.C1SSRSDocumentSourceから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds log entry to the C1.Document.C1DocumentSource.Log list. C1.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Document.C1DocumentSourceから継承されます。
Public メソッドCancels currently executed async action and waits until action will be actually cancelled. C1.Document.C1DocumentSourceから継承されます。
Public メソッドClear generated content and sets C1.Document.C1DocumentSource.Dirty to true. C1.Document.C1DocumentSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーロードされます。 Releases the unmanaged resources used by the Component and optionally releases the managed resources. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
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 メソッドSSRS レポートを生成します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッドGenerateメソッドの非ブロック(非同期)バージョン。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッドGenerate メソッドの非ブロック(非同期)バージョン。 C1.Document.C1SSRSDocumentSourceから継承されます。
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. Overriden. Returns the current working context of this C1.Document.C1SSRSDocumentSource. C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッドCreates the C1.Document.C1DocumentRange object on the base of two text positions specified by C1.Document.C1DocumentTextPosition objects. C1.Document.C1DocumentSourceから継承されます。
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, or null if the requested page has not been generated yet. C1.Document.C1SSRSDocumentSourceから継承されます。
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 メソッド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 メソッドCreates an GrapeCity.Documents.Drawing.IImage instance from an object. C1.Document.C1DocumentSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
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 メソッドオーバーライドされます。 状態が C1.Win.Document.C1DocumentSourceBusyState.Readyで、 DocumentLocationが null でない場合は、 trueを返します。 C1.Document.C1SSRSDocumentSourceから継承されます。
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 メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーロードされます。 Prints the generated document. C1.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Overriden. Sets the working context of this C1.Document.C1SSRSDocumentSource. C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッド現在のパラメータ値を検証し、値が有効な場合は、有効な値のリストを更新します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッドValidateParametersメソッドの非ブロック(非同期)バージョン。 C1.Document.C1SSRSDocumentSourceから継承されます。
Public メソッドValidateParameters メソッドの非ブロック(非同期)バージョン。 C1.Document.C1SSRSDocumentSourceから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreates new instance of C1.Document.C1Document C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドCreates the C1.Document.ParameterCollection object. C1.Document.C1DocumentSourceから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドこれは内部使用専用です。 C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッド C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドCan be overriden in derived class to perform additional inititializations of the exporter before export's starts. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドオーバーロードされます。  System.MarshalByRefObjectから継承されます。
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 メソッド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 メソッド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 メソッドDocumentLocation プロパティをデフォルト値にリセットします。 C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドConnectionOptionsプロパティをシリアライズするかどうかを示します。 C1.Document.C1SSRSDocumentSourceから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドDocumentLocationプロパティをシリアライズするかどうかを示します。 C1.Document.C1SSRSDocumentSourceから継承されます。
トップ
パブリック イベント
 名前解説
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 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 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 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 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 the C1.Document.C1DocumentSource.ValidateParametersAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
トップ
参照

参照

C1SSRSDocumentSource クラス
C1.Win.Document 名前空間