OdeToCode IC Logo

Slides and Code From The Camping Trip

Tuesday, October 19, 2004
Codecamp2.zip contains the slides and code from my presentation on integrating SQL Server Reporting Services with ASP.NET.

The code includes one web project to demonstrate:

  • URL access to the report server
  • A simple demo of the ReportViewer component
  • Building a TreeView of report items with a web service call (ListChildren)
  • Examining report parameters – their valid values, type, dependencies, and state with multiple web service calls to GetReportParameters

The second project delivers a report to a second ASP.NET application (a .Text blog) via a web service call. For more information on this project, see my post: The Blog Delivery Extension.

Kudos to Thom Robbins, the other MS folks, and all of the speakers for a great weekend.