CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    printing crystal reports

    I have generated various cross tab reportswith charts. Now, I need to print report and chart on separate pages. How can I do that?

    One way to do this is delete the chart and print- you get the report alone. suppress the text fields and grid- you can print the chart alone.

    This way, the chart does'nt look good. I want the chart to get in full page.

    Any ideas gladly welcome

    thanks


  2. #2
    Join Date
    Nov 1999
    Posts
    2

    Re: printing crystal reports

    The simplest one that comes to my mind is to put graphics
    in a separate section and set 'NewPage' option after this section.
    Print first page for graphics
    All other pages for report.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured