Results 1 to 9 of 9

Thread: Reporting Services Date Parameters

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    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

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Question Re: Reporting Services Date Parameters

    Why you are using the textbox at the place of the DTPicker

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: Reporting Services Date Parameters

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

  4. #4
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: Reporting Services Date Parameters

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

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: Reporting Services Date Parameters

    Quote Originally Posted by shakti5385
    But you can do it with the dtpicker also,

    how????

  6. #6
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: Reporting Services Date Parameters

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

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    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

  8. #8
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Question Re: Reporting Services Date Parameters

    Quote 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

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    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
  •  



Click Here to Expand Forum to Full Width