how can i select some record from dataset and print in on crystal report, i know the concept of {Student.StdCode} in "ST01" to "ST06" in crystal report. but i woule like apply this concept by writing it in vb.net format. so that its able fix by the range enter by user in textbox1 and textbox2. can anyone show me some sample code?? thank
____________________________
bshaen
28-03-2005 at 03:24 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: display selection record in crystal report
You should use SelectionFormula property. If I am not mistaken, both CR viewer and report object have it.
____________________________
If you find the answer helpful, please mark this topic as solved.