|
-
Oct 23rd, 2006, 08:50 AM
#1
Thread Starter
Hyperactive Member
Reporting Services Date Parameters
I am using Visual Studio .Net 2003 and have created a report which has DateTo and DateFrom parameters...These appear as textboxes, and the user has to enter a date for each...
I want to know if I can change them to DateTimePickers instead of textboxes... is this possible?
Someone gave me the idea of creating the DateTimePicker items in a seperate formn send the user inputs to the report.... I tried this but codnt wrk out how 2 send them from the form to the report, be become the paramter values......
And ideas would be greatly appreciatied 
Thanks
-
Oct 23rd, 2006, 09:04 AM
#2
Re: Reporting Services Date Parameters
Why you are using the textbox at the place of the DTPicker
-
Oct 23rd, 2006, 09:23 AM
#3
Thread Starter
Hyperactive Member
Re: Reporting Services Date Parameters
 Originally Posted by shakti5385
Why you are using the textbox at the place of the DTPicker 
Thats what Reporting Services creates for parameter inputs... I just created them in the query....
-
Oct 23rd, 2006, 10:29 PM
#4
Re: Reporting Services Date Parameters
 Originally Posted by pame1la
Thats what Reporting Services creates for parameter inputs... I just created them in the query....
But you can do it with the dtpicker also, when you use the textbox then if date format is not correct then there is also need to check the date format also so have to need some more coding in the project. Then why to code more if you have a option like dtpicker also, and if you want to use the null value in the date then use the dtpicker checkbox property.
-
Oct 25th, 2006, 09:04 AM
#5
Thread Starter
Hyperactive Member
Re: Reporting Services Date Parameters
 Originally Posted by shakti5385
But you can do it with the dtpicker also,
how????
-
Oct 25th, 2006, 09:36 AM
#6
Re: Reporting Services Date Parameters
 Originally Posted by pame1la
how????
Check the crystal report tutorial at my signature and see the post second where I post the code that how to use two DTpicker in the crystal report for searching, values between two date. 
-
Oct 26th, 2006, 02:46 AM
#7
Thread Starter
Hyperactive Member
Re: Reporting Services Date Parameters
what is crystal reporting...soz ive neva dun anything using that...will it be the same for reporting services???
Thanks
-
Oct 26th, 2006, 04:06 AM
#8
Re: Reporting Services Date Parameters
 Originally Posted by pame1la
what is crystal reporting...soz ive neva dun anything using that...will it be the same for reporting services???
Thanks 
Surprise
You are asking the question related to the crystal report, are you not using the crystal report for making the project in the VS.NET.
Are you not using the crviewer in your project?
What reporting services you are using in you your project
-
Oct 26th, 2006, 04:42 AM
#9
Thread Starter
Hyperactive Member
Re: Reporting Services Date Parameters
I feel a bit dumb....
Im using Visual Studio .2003, and used the Report Project Wizard under Business Intelligence Reports to create the report... and then through Reporting Services delivering them to the users
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|