Results 1 to 2 of 2

Thread: How to set the Printing Range of an report

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,158

    How to set the Printing Range of an report

    i am using the CrystalReport control in my vb6 form to open the report.

    I want to know how should i set the printing range of an report
    i.e print only from page 2 to 3 , or only page 2

    i tried this , but its isn't working
    Code:
    crp.PrinterStartPage = Me.RangeFrom.Text
    crp.PrinterStopPage = Me.RangeTo.Text
    Plz Help

    Edit:
    I found that it is printing within the range if the destination is printer else it is showing or exporting the whole report

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to set the Printing Range of an report

    Moved To Reporting

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