Crystal report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Sorry if i posted this in wrong group!!

I wanted to know how i could pass parameters into a crystal report.
For example, i wanted to pass 2 dates as parameters. This will give date range feom which the report should be based on.

I have created the report as i need it but i do not know how to pass the dates in. They will be obtained from 2 DateTimePickers.

Can anyone advice me?
 
Check out following links:

http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_discreteparams.exe.asp
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_rangeparams.exe.asp

If you use VB.Net, replace "csharp" by "vbnet"


Varun said:
Hello,

Sorry if i posted this in wrong group!!

I wanted to know how i could pass parameters into a crystal report.
For example, i wanted to pass 2 dates as parameters. This will give date
range feom which the report should be based on.
I have created the report as i need it but i do not know how to pass the
dates in. They will be obtained from 2 DateTimePickers.
 
Hello Norman

This example you give me is for web application. I am creating a windows application using vb.net. Will coding still be same?
 
Back
Top