[]
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
Name | Description |
---|---|
C1DocumentSource() |
Name | Description |
---|---|
Print(PrinterSettings) | Prints the generated report. DefaultPrintOptions property used to initialize C1PrintOptions object. |