Reports for WinForms | ComponentOne
In This Topic
    Working with C1PrintDocument
    In This Topic

    The C1PrintDocument component allows you to create complex documents that can be printed, previewed, persisted in a disc file, or exported to a number of external formats including PDF (Portable Document Format) and RTF (Rich Text File).

    C1PrintDocument provides a number of unique features, including:

    The default namespace used by C1PrintDocument is C1.C1Preview (the Windows Forms controls for previewing documents, uses the default namespace C1.Win.C1Preview).

    The whole document is represented by the C1PrintDocument class, which inherits from Component.

    The main parts of a C1PrintDocument are:

    See Also