Reportviewer

Discussion in 'ASP.NET 2.0' started by bstrick75, Mar 12, 2006.

  1. Is there any way that I can change the report path fromthis :


    <LocalReport ReportPath="C:\Documents and Settings\Bobby Strickland\Local Settings\Temp\VWDWebCache\inpact.cc\Reports\Report.rdlc">


    : to the DiscountASP file path. That way the .aspx file will look for the report on the internet?





    I'm trying to figure out howto make the reportviewer work online. It works fine locally.
     
  2. Has anyone tried deploying reports using the new reportviewer control? Everything that I see in the forums revolve around using SQL Server Reporting Services. I can't figure out how to get the report to work remotely. While creating the report, you haveto configure the ReportViewer task smarttag. I noticed that the report that is being used is the local one on my had drive. How do I get it to point to the online report?

    Thank You.
     
  3. If you go the the "Account Information" section in the control panel, you will see the local path to your application. You can use this.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page