名前 | 解説 | |
---|---|---|
C1SSRSDocumentSource コンストラクタ | Initializes a new instance of the C1SSRSDocumentSource class. |
C1SSRSDocumentSourceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1SSRSDocumentSource コンストラクタ | Initializes a new instance of the C1SSRSDocumentSource class. |
名前 | 解説 | |
---|---|---|
BmpExportProvider | Gets the static registered instance of the BMP export provider. | |
CsvExportProvider | Gets the static registered instance of the CSV export provider. | |
DocxExportProvider | Gets the static registered instance of the Docx export provider. | |
EmfExportProvider | Gets the static registered instance of the EMF export provider. | |
ExcelExportProvider | Gets the static registered instance of the Excel export provider. | |
GifExportProvider | Gets the static registered instance of the GIF export provider. | |
JpegExportProvider | Gets the static registered instance of the JPEG export provider. | |
MhtmlExportProvider | Gets the static registered instance of the Mhtml export provider. | |
PngExportProvider | Gets the static registered instance of the PNG export provider. | |
TiffExportProvider | Gets the static registered instance of the TIFF export provider. | |
WordExportProvider | Gets the static registered instance of the Word export provider. | |
XlsxExportProvider | Gets the static registered instance of the Xlsx export provider. |
名前 | 解説 | |
---|---|---|
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 GenerateCompleted, GenerateCompleted and others) do not fire. C1.Win.Document.C1DocumentSourceから継承されます。 | |
BusyState | Gets the current busy state of the current C1DocumentSource. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ConnectionOptions | Gets the C1.Win.Ssrs.ConnectionOptions object containing options used when connecting to SSRS. | |
Container | System.ComponentModel.Componentから継承されます。 | |
Credential | オーバーライドされます。 Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the SSRS connection. This is a shortcut to C1.Win.Ssrs.ConnectionOptions.Credential. | |
DefaultPrintOptions | Gets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. C1.Win.Document.C1DocumentSourceから継承されます。 | |
Dirty | Gets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. C1.Win.Document.C1DocumentSourceから継承されます。 | |
Document | オーバーライドされます。 Overridden. Gets a C1Document object representing the SSRS report associated with the current document source. | |
DocumentLocation | Gets or sets the location of the SSRS report. | |
DocumentName | オーバーライドされます。 Overriden. Gets the user-friendly name for the current report. | |
Features | オーバーライドされます。 Overridden. Gets a C1DocumentSourceFeatures object defining features of the C1SSRSDocumentSource. | |
IsBusy | Gets the value indicating whether the current C1DocumentSource busy. C1.Win.Document.C1DocumentSourceから継承されます。 | |
IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. C1.Win.Document.C1DocumentSourceから継承されます。 | |
Language | 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. | |
Log | Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). C1.Win.Document.C1DocumentSourceから継承されます。 | |
PageCount | Gets the number of already generated pages. C1.Win.Document.C1DocumentSourceから継承されます。 | |
PageSettings | オーバーライドされます。 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. | |
Parameters | Gets a collection of parameters used to generate content. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ReportSession | Gets the C1.Win.Ssrs.ReportSession object used to connect to SSRS report. | |
Site | System.ComponentModel.Componentから継承されます。 | |
SupportedExportProviders | オーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object. |
名前 | 解説 | |
---|---|---|
AddToLog | オーバーロードされます。 Adds log entry to the Log list. C1.Win.Document.C1DocumentSourceから継承されます。 | |
CancelAsync | Cancels currently executed async action and waits until action will be actually cancelled. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ClearContent | Clear generated content and sets Dirty to true. C1.Win.Document.C1DocumentSourceから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
ExecuteAction | Executes an action specified by the C1DocumentAction object. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ExecuteActionAsync | Non-blocking (asynchronous) version of the ExecuteAction method. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ExecuteActionAsyncEx | C1.Win.Document.C1DocumentSourceから継承されます。 | |
Export | Exports the document into a stream in an external format using the specified export filter. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ExportAsync | Non-blocking (asynchronous) version of the Export method. C1.Win.Document.C1DocumentSourceから継承されます。 | |
ExportAsyncEx | C1.Win.Document.C1DocumentSourceから継承されます。 | |
Generate | Generates the SSRS report. | |
GenerateAsync | Non-blocking (asynchronous) version of the Generate method. | |
GenerateAsyncEx | ||
GetDocumentRange | Creates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. C1.Win.Document.C1DocumentSourceから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetPageDocumentRange | Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. C1.Win.Document.C1DocumentSourceから継承されます。 | |
GetWholeDocumentRange | Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. C1.Win.Document.C1DocumentSourceから継承されます。 | |
GetWordDocumentRange | Creates a C1DocumentRange object that defines a word containing a specified position in the document. C1.Win.Document.C1DocumentSourceから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
IsGenerateAllowed | オーバーライドされます。 Overriden. Returns true if State equals to C1DocumentSourceBusyState.Ready and DocumentLocation is not null. | |
オーバーロードされます。 Prints the generated document. C1.Win.Document.C1DocumentSourceから継承されます。 | ||
ToString | System.ComponentModel.Componentから継承されます。 | |
ValidateParameters | Validates the current parameter values, refreshes their valid values' lists if the values are valid. | |
ValidateParametersAsync | Non-blocking (asynchronous) version of the ValidateParameters method. | |
ValidateParametersAsyncEx |
名前 | 解説 | |
---|---|---|
BusyStateChanged | Occurs when the BusyState property value changes. C1.Win.Document.C1DocumentSourceから継承されます。 | |
DirtyChanged | Occurs when the Dirty property value changes. C1.Win.Document.C1DocumentSourceから継承されます。 | |
Disposed | System.ComponentModel.Componentから継承されます。 | |
ExportCompleted | Occurs when the ExportAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。 | |
GenerateCompleted | Occurs when the GenerateAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。 | |
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.Win.Document.C1DocumentSourceから継承されます。 | |
PageCountChanged | Occurs when the PageCount property value changes. C1.Win.Document.C1DocumentSourceから継承されます。 | |
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.Win.Document.C1DocumentSourceから継承されます。 | |
ValidateParametersCompleted | Occurs when the ValidateParametersAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。 |