[]
        
(Showing Draft Content)

C1.Win.C1Document.C1DocumentSource

C1DocumentSource Class

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.

Inheritance
C1DocumentSource
Namespace: C1.Win.C1Document
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public abstract class C1DocumentSource : C1DocumentSource

Constructors

Name Description
C1DocumentSource()

Methods

Name Description
Print(PrinterSettings)

Prints the generated report. DefaultPrintOptions property used to initialize C1PrintOptions object.