combining printdocuments

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • matt tagliaferri

    #1

    combining printdocuments

    I have created a report by subclassing the PrintDocument class. Within
    this report, I would like to print a (Janus) grid. The Janus grid has
    its own PrintDocument descendent that allows you to dump any grid to
    the printer. Can I somehow incorporate this PrintDocument class as a
    "subreport" (to use Crystal reports terminology) to my own
    PrintDocument class?

    matt tag
Working...