Visual Studio 2005 Beta 2 and Reporting Services
page 1 of 2
Published: 15 Jul 2005
Unedited - Community Contributed
Abstract
Reporting Services in Visual Studio 2005 has a major new feature: the ability to run a report locally from your application. Terry Voss examines local versus remote reporting.
by Terry Voss
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 14090/ 18

The Most Interesting New Feature for Me

A client recently asked me to prepare to train someone on SQL Server Reporting Services for their latest project. The project was a Visual Studio 2005 Beta 2 Windows Forms project, with an ASP.NET project also involved. Knowing that Reporting Services in Visual Studio 2003 is a Business Intelligence project that is added as another project in a solution consisting of many projects, I wondered how Reporting Services would be handled in Visual Studio 2005 since a solution in the new IDE is always one project, not multiple projects.

Also, SQL Server Reporting Services for Visual Studio 2003 has a complex architecture that relies heavily on SQL Server 2000, so I was worried that my client had decided to use SQL Server 2000 for their project’s data. I was concerned that the support for Visual Studio 2005 Reporting Services would rely on SQL Server 2005, which would mean that we could not take advantage of this reporting capability.

What I have learned is that Reporting Services now works in two processing modes: Remote and Local. Remote mode uses a five-part architecture: a Windows Forms application for designing reports inside of Visual Studio; a Web Forms application for managing reports, folders, security, caching, and data; a Windows service for running reports; two SQL Server databases to hold the compiled version of deployed reports; and finally a web service to allow code manipulation of the reports. Local mode uses only those elements available inside a Visual Studio 2005 application, whether it be a Web Forms or a Windows Forms application.

I’ve liked many aspects of Reporting Services since its inception, but for some applications I didn’t want to rely on the existence of a remote server on my target client. This problem is now solved, as I can use Reporting Services either remotely or locally.

Remote processing mode still provides many services unique to its architecture, such as SQL Server type security, scheduled email reporting, and secure reporting via public HTTP URLs.

All of these features work very similarly for Web Forms and Windows Forms applications, which is a major positive. In the Visual Studio Toolbox, within the Data group of controls, there is a ReportViewer control that may be dragged to a form. In Windows Forms, you can Dock it to All so that it takes over the form entirely with a nice tool band at the top for Paging, Zooming, Output formats, etc. In Web Forms, you can set the width to 100% and the height to 100% to get the similar effect.


View Entire Article

User Comments

Title: webmonkey   
Name: T Dog
Date: 2007-02-06 1:57:26 PM
Comment:
Great article. To the point and easy to follow.

There seems to be a gap in sql reporting services and visual studio 2005. This is the answer of how to bridge the gap.
Title: Help   
Name: Brian McMasters
Date: 2006-06-29 3:53:15 PM
Comment:
I enjoyed the article. However, I am interested in deploying ASP.NET reports I generated in VS 2005. I hope that this information is currently available online.
Title: mr   
Name: steven connor
Date: 2006-04-11 12:07:11 PM
Comment:
Hi i am learning visual web stuides and i unsure how to create a form like this where you enter your comments and then they appear below like yours i was wondering if you could provide me with any help.
Title: Microsoft MVP - ASP/ASP.net   
Name: Samer Chidiac
Date: 2005-08-10 3:36:11 AM
Comment:
Nice Article, i always enjoy reading Small / Effective -Straight to the Point - Articles.. Good Job. SC






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-24 5:57:42 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search