Groups | Blog | Home
all groups > sql server reporting services > november 2006 >

sql server reporting services : general Reporting Services question


Vadim
11/10/2006 4:08:43 PM
Hi,


Is it possible to run Reporing Services reports from a client Server app
without installing anything to the IIS?

Kind of Like Crystal does where you can distribute report viewer and install
on a client's machine.

Thank you,

Vadim




Oleg Yevteyev
11/10/2006 4:28:33 PM
Yes, you can, but only from within Visual Studio 2005 - it does have a
report viewer control.
Just create you report and view it in a local mode.


[quoted text, click to view]

Vadim
11/11/2006 5:47:44 PM
I see, so this means that although I could see my reports in the local mode
in VS, I can not distribute viewer to my customers and make the viewer a
part of the application.

Is this correct for both Reporting services 2000 and 2005?

Thank you for the reply

Vadim


[quoted text, click to view]

Jordi Rambla
11/12/2006 11:59:34 PM
Hi, Vadim

The controls work just in Visual Studio 2005 created applications.
This means that you can create an application that includes the viewer
controls and:
- for Windows Forms distribute it to your customers. (They will need .NET
Framework 2.0 installed locally on their machines.)
- for ASP.NET applications, distribute it to your IIS Server

They will need .NET Framework 2.0 installed locally on their machines.
The application will view (and process) reports installed locally (or
locally to the ASP.NET app).

On the contrary, you can make the controls work on remote (server) mode,
this means, calling reports that exist and are processed in a Reporting
Services server. The controls will just show the results.

As you can see, when using the controls in local mode, no Reporting Services
"version" is used, although I guess the local reports need to be in RS2005
format (RDL Nov05 specification).

Hope this helps,

Jordi Rambla
MVP SQL Server (Reporting Services)
Solid Quality Learning (http://www.solidqualitylearning.com)

"Vadim" <vadim@dontsend.com> escribió en el mensaje
news:uiodLyfBHHA.1012@TK2MSFTNGP04.phx.gbl...
[quoted text, click to view]

Tx Whytboy
11/13/2006 10:02:02 AM
[quoted text, click to view]
Makes sense, but shouldnt the ReportServer still require IIS to be
configured since the viewers are mearly calling the webservices with in
ReportServer? Dont you have to have IIS in order to run the web services?
Or am I thinking incorrectly?

Bruce L-C [MVP]
11/13/2006 12:32:39 PM
There are two controls. A winform and webform control. When using in local
mode the control does all the work. There is no interaction with Reporting
Services at all. The webform control requires a 2.0 framework configured
IIS. It does not use web services IF you use it in local mode. It does if
used in Server mode (it goes against Reporting Services Server using web
services).

HTH,


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

AddThis Social Bookmark Button