Results 1 to 2 of 2

Thread: passing values to crystalreport

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Location
    bangalore
    Posts
    5

    passing values to crystalreport

    how can i pass values from textbox to crystal report directly

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    In your code where you call the report you can put something like:

    Report.ParameterFields.Item(1).AddCurrentValue Textbox.text

    Of course, you have to have the parameter defined on the 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