all groups > sql server reporting services > may 2007 >
You're in the

sql server reporting services

group:

Big picture question about Reporting Services



Big picture question about Reporting Services B. Chernick
5/15/2007 5:51:01 AM
sql server reporting services: I am an beginner who has completed one report under RS. I'm wondering if my
memory is playing tricks on me. This report has been rather easy to do.
I've hardly had to look at the documentation. (I should point out that I'm
temporarily using the SQL Express version because Someone misplaced the disks
for the full version.)

My question is this: I was under the impression that Reporting Services
involved actual Dot Net programming. At least that was the impression I got
from the early demos I saw, but it has been a while. Is there more to RS
than just dragging fields on a designer?
Re: Big picture question about Reporting Services cowznofsky
5/15/2007 11:26:39 AM
On May 15, 8:51 am, B. Chernick <BChern...@discussions.microsoft.com>
[quoted text, click to view]

There does not have to be any actual programming, even though you are
in Visual Studio. Demos or classes may have examples where you could
code an assembly and then call it from the report.
RE: Big picture question about Reporting Services Jimbo
5/15/2007 11:33:00 AM
You can write expressions in reporting services using visual basic.

No .net programming is required to create reports.

However, because the report definiton files (RDL) are basically xml files
then the system is wide open for customisation.

For example, I have a SQL stored procedure that generates hundreds of
reports automatically for me.

Now that is real power.

AddThis Social Bookmark Button