简体   繁体   中英

C#: How to send text like label or textbox value from form to crystal reports in visual studio 2012?

I have a form having datagridview and other labels like name, amount etc. I can successfully send datagridview data to crystal reports but i dont know how to send the label or textbox values to crystal reports and how to show it in crystal reports? is anyone have any idea about this? Thanks!

Yes, you can achieve this by sending html format into the crystal report, not direct label or textboxes. Crystal report understand the html partially(check the link for partially means)

Check this links for sending html to crystal report.

http://forums.asp.net/t/1209306.aspx?Possible+to+display+HTML+with+Crystal+Reports+

https://scn.sap.com/thread/3196185

Crystal report with HTML content formatting

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM