Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to display text in text object of crystal report in winforms. i m using visual studio 2008.
Hope i ll get help from some one..

Thanks in advance..
Posted
Updated 18-Nov-12 18:36pm
v2

1 solution

Send it via parameter fields by:

C#
ReportDocument.SetParameterValue(FieldName, FieldValue);


If you want to use multiple parameter use loop.
 
Share this answer
 
Comments
Nywalikar 19-Nov-12 1:04am    
i dont know how to use it. plz do u send me code snipnet..?
thanku..

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