[]
        
(Showing Draft Content)

C1.WPF.Document.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
C1DocumentSource
Implements
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public abstract class C1DocumentSource : C1DocumentSource, IComponent, IDisposable
Public MustInherit Class C1DocumentSource
    Inherits C1DocumentSource
    Implements IComponent, IDisposable

Constructors

Name Description
C1DocumentSource()

Initializes a new instance of the C1.Document.C1DocumentSource class.

Methods

Name Description
Print(PrinterSettings)

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