Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JSMITH242B

  1. JSMITH242B

    Date Parameter with ReportViewer

    something like Dim CurrentDate as Date CurrentDate = Now.Date.ToShortStringDate ReportViewer1.ReportPath = "%2fCorVuReports/LAA/Pie&SnapshotDate" + CurrentDate
  2. JSMITH242B

    Date Parameter with ReportViewer

    I've sorted it out... cheers
  3. JSMITH242B

    Date Parameter with ReportViewer

    Hi All, I have the following code which works using the ReportViewer component. However how do I pass in the current date i.e Now? When I use DateTime.Today.ToString I get the following error: The value provided for the report parameter 'SnapshotDate' is not valid for its type...
  4. JSMITH242B

    DateTime format for URL

    I'll give that a go ca8msm.
  5. JSMITH242B

    DateTime format for URL

    Forgot to add... Here's my code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>Corvu LAA</title> </HEAD> <body> <form id="frmRender" action="http://devnet2/ReportServer?/MainReports/LAA/Pie" method="post" target="_self"> <input type="hidden"...
  6. JSMITH242B

    DateTime format for URL

    Hi Group, I'm trying to passs the CurrentDate to the textbox named SnapshotDate. However, when I specify a value of DateTime.Today I get an error saying that it is of the wrong type. If I type in 01/03/2006, this works and renders the form correctly How can I default the SnapshotDate with the...
  7. JSMITH242B

    Hide part of toolbar

    Hi Guys How can I hide the section of the toolbar with the Export options. I just want to show the section that prompts for the parameter and the View Report button - the top part. I've seen certain articles where they mention menubar and toolbar is it referring to these as 2 different...
  8. JSMITH242B

    Passing Report Parameters

    How can I pass a parameter from my VB.NET application to Reporting Services? Do I need to use the ReportViewer Component or should I reference the Web Service or is there another option? Pointers please. Environment VS.NET 2003. cheers
  9. JSMITH242B

    Onload event to run action

    Thanks Lee. Works a treat!! I will run my page through : http://validator.w3.org/ cheers!!
  10. JSMITH242B

    Launch without submit button

    Thing is, I only want it to use the default on first launch of the application. Surely if I place it in the rdl file it will continue to use the default through the application or am I wrong? Maybe I can override it through the URL request? Not sure. I'll give it a go. Thanks all the same..
  11. JSMITH242B

    Onload event to run action

    Sorry if you've come across this post in the ASP forum. Someone suggested I try here.... How can I amend the following code so that it runs without a submit button? I included the submit button to check that it renders properly without any errors. Now that I've tested it, I want to run it...
  12. JSMITH242B

    Launch without submit button

    Hi Sheco, Thanks for your speedy response. I'm developing an ASP application which will allow the user to run reports using MS reporting services and do searches within the app. On 1st launch this particular report should use the Current Date. However when navigating between this report and...
  13. JSMITH242B

    Launch without submit button

    just in case someone points out. Yes, it is a typo. It should say CreationDate in the last hidden field and not Creation. cheers
  14. JSMITH242B

    Launch without submit button

    Hi Group, How can I amend the following code so that it runs without a submit button? I included the submit button to check that it renders properly without any errors. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>My test Reports</title> </HEAD>...

Part and Inventory Search

Back
Top