Report Viewer v10 Webcasts

Discussion in 'ASP.NET / ASP.NET Core' started by wisemx, May 9, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Salutations,
    I've been promising to get around to this for a long time now. . .
    Created a "Proof of Concept" that version 10 runs on DASP servers:
    (Note: File removed from server on 03 June 2010...Tested by hundreds of hits, lets call that a success.)

    That example is using the AdventureWorks SQL Server DB from Codeplex.

    It's running on a DASP (*DiscountASP.NET) IIS7 server in Integrated mode.

    Running on ASP.NET v4

    web.config. . .

    Build Provider:
    <buildProviders>
    <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </buildProviders>

    Handler:
    <handlers>
    <add name="ReportViewerWebControlHandler" verb="*" path="Reserved.ReportViewerWebControl.axd" preCondition="integratedMode" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </handlers>

    . . .Besides the basics what would you like covered in the Webcasts?
    Yes I'm going to work on creating reports with more than SQL Server.
    All the best,
    Mark
     
  2. Note: The example report listed in my post above is not "advanced".
    It was generated by VS2010 with no code in less than 15 minutes it was on-line.
    The purpose of that was to show it is working, not to display what can be done.
    There are lots of new features we can get around to.
    All the best,
    Mark
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    nice..
     
  4. Hi, can I use ReportViewer 10 with SSRS 2008 SP1 (not SSRS 2008 R2) remote mode?
     
  5. ...Yes
    It works with both but I am currently investigating that there may be some issues when versions are shared with each other.
     
  6. ...Note:
    The Report Builder site on Technet just went live and v3 is available for download.
    There are also learning resources on the new site.
    http://technet.microsoft.com/en-us/ff657833.aspx

    I haven't tested this version yet but I plan on doing so later tonight.
    (Right now I'm in the middle of our traditional "Artisan Pizza Friday night".)
    All the best,
    Mark
     
  7. Update: I'm doing a lot of testing and will be recording the webcasts for this once I have a handle on the session state methods in v10 of the ReportViewer.
    The DASP staff and I have worked together to create a SQL SessionState schema server so I can test that instead of the default "InProc" method.
    I could probably take the easy way out and do this in classic mode on IIS7 but I'm working hard to make it work without errors in IIS7 integrated mode.
    I've got ASP.NET Health Monitoring running and each time the test report above is hit an error is logged, but I'm not seeing or getting reports of any page level errors.
    http://brizzly.com/pic/2HHF

    I will keep everyone posted. ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page