Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm working on a crystal report that works fine.

I need to send 1 Discrete Value to the report. I use the following code and then add a parameter field with the Parameters name in it but when I run it it shows the viewer panel asking for a parameter input when I already specified its "25" and have dragged the field on the report where 25 should appear.
(please not its a hard-coded variable for demo purposes but will be code-side dynamic)
Posted
Comments
sahabiswarup 1-Sep-12 15:54pm    
can you please share the code snippet so it'll easy to understand what are you sending exactly?

1 solution

Apply the value for parameters at runtime.
C# Crystal Reports String parameter[^]
C# Crystal Reports Integer parameter[^]
 
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