Name | Description | |
---|---|---|
C1SSRSDocumentSource Constructor | Initializes a new instance of the C1SSRSDocumentSource class. |
The following tables list the members exposed by C1SSRSDocumentSource.
Name | Description | |
---|---|---|
C1SSRSDocumentSource Constructor | Initializes a new instance of the C1SSRSDocumentSource class. |
Name | Description | |
---|---|---|
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. | |
PdfExportProvider | Gets the static registered instance of the PDF 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. |
Name | Description | |
---|---|---|
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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
BusyState | Gets the current busy state of the current C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ConnectionOptions | Gets the C1.Win.C1Ssrs.ConnectionOptions object containing options used when connecting to SSRS. | |
Container | (Inherited from System.ComponentModel.Component) | |
Credential | Overridden. Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the SSRS connection. This is a shortcut to C1.Win.C1Ssrs.ConnectionOptions.Credential. | |
DefaultPrintOptions | Gets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Dirty | Gets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Document | Overridden. 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 | Overridden. Overriden. Gets the user-friendly name for the current report. | |
Features | Overridden. Overridden. Gets a C1DocumentSourceFeatures object defining features of the C1SSRSDocumentSource. | |
IsBusy | Gets the value indicating whether the current C1DocumentSource busy. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.Win.C1Document.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). (Inherited from C1.Win.C1Document.C1DocumentSource) | |
PageCount | Gets the number of already generated pages. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
PageSettings | Overridden. 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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ReportSession | Gets the C1.Win.C1Ssrs.ReportSession object used to connect to SSRS report. | |
Site | (Inherited from System.ComponentModel.Component) | |
SupportedExportProviders | Overridden. Overridden. Gets an array of exporters supported by the current document source object. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AddToLog | Overloaded. Adds log entry to the Log list. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
CancelAsync | Cancels currently executed async action and waits until action will be actually cancelled. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ClearContent | Clear generated content and sets Dirty to true. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteAction | Executes an action specified by the C1DocumentAction object. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteActionAsync | Non-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteActionAsyncEx | Non-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Export | Exports the document into a stream in an external format using the specified export filter. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExportAsync | Non-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExportAsyncEx | Non-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Generate | Generates the SSRS report. | |
GenerateAsync | Non-blocking (asynchronous) version of the Generate method. | |
GenerateAsyncEx | Non-blocking (asynchronous) version of the Generate method. | |
GetDocumentRange | Creates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetPageDocumentRange | Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GetWholeDocumentRange | Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GetWordDocumentRange | Creates a C1DocumentRange object that defines a word containing a specified position in the document. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IsGenerateAllowed | Overridden. Overriden. Returns true if State equals to C1DocumentSourceBusyState.Ready and DocumentLocation is not null. | |
Overloaded. Prints the generated document. (Inherited from C1.Win.C1Document.C1DocumentSource) | ||
ToString | (Inherited from 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 | Non-blocking (asynchronous) version of the ValidateParameters method. |
Name | Description | |
---|---|---|
BusyStateChanged | Occurs when the BusyState property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
DirtyChanged | Occurs when the Dirty property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
ExportCompleted | Occurs when the ExportAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GenerateCompleted | Occurs when the GenerateAsync method has completed. (Inherited from C1.Win.C1Document.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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
PageCountChanged | Occurs when the PageCount property value changes. (Inherited from C1.Win.C1Document.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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ValidateParametersCompleted | Occurs when the ValidateParametersAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource) |