Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass parameters in Crystal Report
Message
From
24/11/2004 22:55:17
 
 
To
24/11/2004 01:14:02
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
VB.NET 1.1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00964140
Message ID:
00964579
Views:
8
Noel,

I'm not .NET guru but this is how I accomplish the task you want.

crRpt.SetParameterValue("_Company", Sys.CompanyName)
crRpt.SetParameterValue("_DateFrom", dtpFrom.Value.Date)
crRpt.SetParameterValue("_DateTo", dtpTo.Value.Date)

crv.ReportSource = crRpt

Regards,

Martin
Shit happens!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform