dynamic reporting

muhammadanzar

Member
Joined
Dec 25, 2005
Messages
18
Programming Experience
Beginner
i want to genrate dynamic crystal reports. my vb.net application connect to access database. my table column display in the list box. i want when user select the column in the listbox that is printed on crystal report.
 
Pass the report a parameter

You can research this forum for Crystal Reports Parameters.
Basically, you will pass a value to the report that is associated with the selected value of the listbox. You will use this value in you CR record select formula to select and print the desired record. In most cases you should pass the record's unique identifier (ID or Part Number, or something like that)

Hope that helps...
 
Back
Top