Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class
Members

In This Topic
    C1DocumentSource Class
    In This Topic
    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.

    Object Model
    C1DocumentSource Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1DocumentSource 
       Inherits System.ComponentModel.Component
    public abstract class C1DocumentSource : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.C1Document.C1DocumentSource
                C1.Win.C1Document.C1PdfDocumentSource
                C1.Win.C1Document.C1SSRSDocumentSource

    See Also