[]
Abstract base class for types that can create and manage a C1Document object from some source.
Derived classes provide implementation for specific sources such as SSRS reports etc.
The common base (C1DocumentSource) allows to work with various document and reports types (e.g. previewing or printing them) in a uniform manner.
public abstract class C1DocumentSource : C1DocumentSource, IComponent, IDisposable
Public MustInherit Class C1DocumentSource
Inherits C1DocumentSource
Implements IComponent, IDisposable
| Name | Description |
|---|---|
| C1DocumentSource() | Initializes a new instance of the C1.Document.C1DocumentSource class. |
| Name | Description |
|---|---|
| Print(PrinterSettings) | Prints the generated report. DefaultPrintOptions property used to initialize C1PrintOptions object. |