Printing the Reports in VB.net....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • narayanaRCG
    New Member
    • Mar 2007
    • 7

    Printing the Reports in VB.net....

    Hi,
    I am printing the reports in VB.Net. It's working fine. But, I wan't to print the current records data only. My report is printing all the data available in it. But, I wan't to print the current data only. For example,
    from frontend I am storing the student details into backend. and I am preparing report for it. When the next time I give the studetn id it should print only that details with the student id given by me.
    Can any body tell me the code????
    Thanks.
  • vidhyapriya
    New Member
    • Mar 2007
    • 64

    #2
    i have the same problem

    Comment

    • imgirish
      New Member
      • Mar 2007
      • 1

      #3
      Originally posted by narayanaRCG
      Hi,
      I am printing the reports in VB.Net. It's working fine. But, I wan't to print the current records data only. My report is printing all the data available in it. But, I wan't to print the current data only. For example,
      from frontend I am storing the student details into backend. and I am preparing report for it. When the next time I give the studetn id it should print only that details with the student id given by me.
      Can any body tell me the code????
      Thanks.

      create a parameterized query getting report fields from the table & u can pass the unique id for that parameter

      Comment

      • narayanaRCG
        New Member
        • Mar 2007
        • 7

        #4
        Originally posted by imgirish
        create a parameterized query getting report fields from the table & u can pass the unique id for that parameter
        Hi,
        Because I am not much in touch with crystal reports can u tell me in detail. If possible with an example.
        Thanks.

        Comment

        Working...