Groups | Blog | Home
all groups > sql server reporting services > may 2005 >

sql server reporting services : Will RS 2005 reduce need for data extension to render native dataset


JJA
5/5/2005 3:12:50 PM
Will the new version of RS 2005 support natively reporting ADO.NET
datasets, allowing us to "bind" a datatable of an ADO.NET dataset to
the .RDL layout?

As I understand it, to render a report from a dataset dynamically
through web services you have to implement a data extension.

My web app creates a ADO.NET dataset via a SQL sproc with a wide
variety of parms passed via parameters collection. I want to render
this as a PDF report and hide all the parms from the end user.

In short, will this be made much easier to do in RS 2005? I'm currently
struggling with this extension stuff...thanks.
Robert Bruckner [MSFT]
5/5/2005 5:10:19 PM
Bruce is correct. The RS Winforms and Webforms controls in VS 2005 accept an
ADO.NET dataset in local processing mode.

--
This posting is provided "AS IS" with no warranties, and confers no rights.



[quoted text, click to view]

Bruce L-C [MVP]
5/5/2005 5:17:54 PM
I think the way this works is in local mode you give it the dataset and the
report and it renders it locally. However it means you have your own
frontend, that you are not using Report Manager. I haven't heard anything
that provides a hook into Report Server itself.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

JJA
5/6/2005 7:26:12 AM
Thank you, Bruce and Robert. I am new to this but I do know that I want
to avoid exposing Report Manager to my end users. I have my own "front
end" on a public access web site. Can you describe what you mean by
"local processing mode"? Can you point out where I can find out more
about the Web Form control in 2005 that supports a dataset - short of
installing the SQL 2005 beta?
Bruce L-C [MVP]
5/6/2005 9:58:43 AM
Here is a response from a MS person:
"Rajeev Karunakaran" <rajeevkarunakaran@online.microsoft.com> wrote in
message news:<uI1AdthRFHA.2228@TK2MSFTNGP12.phx.gbl>...

[quoted text, click to view]
ReportViewer

[quoted text, click to view]
Server.

[quoted text, click to view]
hosted

[quoted text, click to view]
but

[quoted text, click to view]
an

[quoted text, click to view]
Designer.

[quoted text, click to view]
Designer.

[quoted text, click to view]
some

[quoted text, click to view]
logic,

[quoted text, click to view]
used

[quoted text, click to view]
is

[quoted text, click to view]
ReportViewer

[quoted text, click to view]
local

[quoted text, click to view]
In

[quoted text, click to view]
parameters.

[quoted text, click to view]
to

[quoted text, click to view]
Server,

[quoted text, click to view]
custom

[quoted text, click to view]

Oleg Yevteyev
5/6/2005 12:10:55 PM
There is not much of work involved to create a custom dataset extension.
you can follow the following link to get it working.
http://weblogs.asp.net/gavinjoyce/archive/2004/01/29/64339.aspx
Be aware, the code, provided there is not going to work as downloaded.
I don't remember the issue, but it is easily traceable.
Remember, that the MS reporting services are written in .NET and you can
attach to the designer process by using a second instance of the Visual
Studio and narrow any problems you can experience.

And if you want to hide parameters and designer from the end user - use
Render() method and output the result to a PDF file.

[quoted text, click to view]

Brian Welcker [MSFT]
5/7/2005 8:30:33 PM
Not sure what you are asking. There is no designer outside of VS. You would
need to generate your own RDL.

--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services

This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]
Eugene
5/8/2005 12:00:00 AM
Is there some kind of "end-user designer" for RDLC in VS 2005. I need report
designer to be embedded directly in my app.

Eugene


[quoted text, click to view]

AddThis Social Bookmark Button