Click here to Skip to main content
15,911,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all, i have a report that contain some calculation to show result,
and i have function in c# behind code to change numbers to letter ,
how can pass number from report to this function and return back result (as letters) to report. i hope that is clear
Posted

1 solution

If your crystal report is expecting a number value (the column you are pulling from a database is numeric) then I don't believe you are not going to be able to pass in alpha values without getting an error. If the field is already setup to take alpha characters, then just use your function before you pass the data to the report object. Without more information about what you are doing, I'm not sure how else to help you. Maybe you could show us some of the code you are setup your report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900