Crystal report

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?
 
N

Norman Yuan

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.
 
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top