Document Library for WinForms
C1DocumentSource クラス
メンバ 

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : C1DocumentSource クラス
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.

オブジェクト モデル
C1DocumentSource クラス
シンタックス
'宣言
 
Public MustInherit Class C1DocumentSource 
   Inherits System.ComponentModel.Component
public abstract class C1DocumentSource : System.ComponentModel.Component 
継承階層

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

参照

C1DocumentSource メンバ
C1.Win.Document 名前空間