Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class
Members

In This Topic
    C1MultiDocument Class
    In This Topic
    Represents a multi-document - a sequence of several documents that have common page numbering, and can be handled (e.g. printed or exported) together as a single large document. Allows creating very large documents without running out of memory.
    Object Model
    C1MultiDocument Class
    Syntax
    'Declaration
     
    Public Class C1MultiDocument 
       Inherits System.ComponentModel.Component
    public class C1MultiDocument : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.C1Preview.C1MultiDocument

    See Also