views:

28

answers:

2

i am working with c# windows application as front end and mysql as back end. Now i am creating crystal report,in that crystal report i need to show serial no which not in my table. How can i put serial no for each row in crystal report. Thanks in Advance.

A: 

You can add a formula field & use some of the functions provided by crystal reports such as RecordNumber

shahkalpesh
please give clear details about that
ratty
A: 

Use formula field. Using formula field you can pass value from front end to your crystal report.

Johnny