Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write to Crystal Report [Vb 2005]

Status
Not open for further replies.

WaZda

Programmer
Jun 22, 2007
48
GB
2005] Write to Crystal Report
Hi everybody and i wish u all a happy new year.
Am working on a project whereby i have to send some informations to a crystal report. Am using Visual Studio 2005. I would like to do some query to the SQL server then do some manipulations with the data and then send some of the data manipulated to report. I can do the query and the manipulation alright but i don't how to send the informations to the text box placed on my report.
Can someone please help?
Even this code doesn't work.

crystlRpt.ParameterFields.GetItemByName("ParameterName").AddCurrentValue ("ValueToPass")


Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top