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


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

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

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1SSRSDocumentSource class.  
トップ
パブリック フィールド
 名前解説
Public フィールド C1.Document.C1DocumentSourceから継承されます。
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the BMP export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the CSV export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the Docx export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the EMF export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the Excel export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the GIF export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the JPEG export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the Mhtml export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the PNG export provider.  
Public フィールドstatic (Shared in Visual Basic)For internal use. Gets the static registered instance of the Mhtml export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the TIFF export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the Word export provider.  
Public フィールドstatic (Shared in Visual Basic)Gets the static registered instance of the Xlsx export provider.  
トップ
プロテクト フィールド
 名前解説
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 C1DocumentSource.GenerateCompleted, C1DocumentSource.GenerateCompleted and others) do not fire. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the current busy state of the current C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the C1.Ssrs.ConnectionOptions object containing options used when connecting to SSRS.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the SSRS connection. This is a shortcut to Credential.  
Public プロパティGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether the current content is dirty and does not correspond to the current values of C1DocumentSource.Paginated etc. C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets a C1Document object representing the SSRS report associated with the current document source.  
Public プロパティGets or sets the location of the SSRS report.  
Public プロパティオーバーライドされます。 Overriden. Gets the user-friendly name for the current report.  
Public プロパティオーバーライドされます。 Overridden. Gets a C1DocumentSourceFeatures object defining features of the C1SSRSDocumentSource.  
Public プロパティGets the value indicating whether the current C1DocumentSource busy. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether this C1DocumentSource is disposed and can not be longer used. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets or sets the language used in the SSRS session. The culture specified by this property affects User!Language report identifier. By default this property is null, which means that CultureInfo.CurrentUICulture will be used.  
Public プロパティGets the 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 プロパティオーバーライドされます。 Overriden. Gets or sets the C1PageSettings object specifying the page settings used to generate the SSRS report. This property is automatically updated when a new report is opened.  
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 プロパティGets the C1.Ssrs.ReportSession object used to connect to SSRS report.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティオーバーライドされます。 Gets the already generated pages.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds log entry to the 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 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 C1DocumentAction object. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1DocumentSource.ExecuteAction method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the 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 C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the C1DocumentSource.Export method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドGenerates the SSRS report.  
Public メソッドNon-blocking (asynchronous) version of the C1SSRSDocumentSource.Generate method.  
Public メソッドNon-blocking (asynchronous) version of the C1SSRSDocumentSource.Generate method.  
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetLinkTargetPosition method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーライドされます。 For internal use. Overriden. Returns the current working context of this C1SSRSDocumentSource.  
Public メソッドCreates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. C1.Document.C1DocumentSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドFor internal use. Gets the position of a 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.  
Public メソッドFor internal use. Fetches a page with the specified index. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドFor internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetPage method. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCreates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCreates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. C1.Document.C1DocumentSourceから継承されます。
Public メソッドCreates a C1DocumentRange object that defines a word containing a specified position in the document. 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 メソッドオーバーライドされます。 Overriden. Returns true if State equals to C1DocumentSourceBusyState.Ready and C1SSRSDocumentSource.DocumentLocation is not null.  
Public メソッドFor internal use. Checkes whether a page with the specified index has already been requested, i.e. the 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 C1SSRSDocumentSource.  
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドValidates the current parameter values, refreshes their valid values' lists if the values are valid.  
Public メソッドNon-blocking (asynchronous) version of the C1SSRSDocumentSource.ValidateParameters method.  
Public メソッドNon-blocking (asynchronous) version of the C1SSRSDocumentSource.ValidateParameters method.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドオーバーライドされます。 Creates new instance of C1Document  
Protected メソッドCreates the ParameterCollection object. C1.Document.C1DocumentSourceから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。   
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.  
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 メソッドResets the DocumentLocation property to the default value.  
Protected メソッドIndicates whether the C1SSRSDocumentSource.ConnectionOptions property should be serialized.  
Protected メソッドFor internal use. C1.Document.C1DocumentSourceから継承されます。
Protected メソッドIndicates whether the C1SSRSDocumentSource.DocumentLocation property should be serialized.  
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the C1DocumentSource.BusyState property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1DocumentSource.Dirty property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the C1DocumentSource.ExecuteActionAsync or C1DocumentSource.ExecuteActionAsyncEx method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1DocumentSource.ExportAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the C1DocumentSource.GenerateAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the C1DocumentSource.GetBookmarkPositionAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the 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 C1DocumentSource.PageCount property value changes. C1.Document.C1DocumentSourceから継承されます。
Public イベントFor internal use. Occurs when the pages have been cleared (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 C1DocumentSource.ValidateParametersAsync method has completed. C1.Document.C1DocumentSourceから継承されます。
トップ
参照

参照

C1SSRSDocumentSource クラス
C1.Document 名前空間