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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.Net and CR9 Viewer

Status
Not open for further replies.
Nov 19, 2003
117
US
Ok i'm using stored procedures with my crystal reports, and now i need to add a Crystal Reports Viewer to my VB.Net Project. My only problem is i have no clue how to do this with passing any of the stored procedure params to the viewer. Sorry i'm a new guy when it comes to creating Crystal Viewer stuff.

Sincerely,
Michael Fritts
 
Dim rpt as new rptData
rpt.SetParameterValue(0, "Parameter 0 Value")
rpt.SetParameterValue(1, "Parameter 1 Value")
rpt.SetParameterValue(2, "Parameter 2 Value")
...
etc
 
Thanks for the tip, but i have decided to generate my reports a different way.

Sincerely,
Michael Fritts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top