Friday, February 24, 2012

How to use ADO.NET DataSets in Sql Server Reporting Services ?

Hi All,
Anybody know how to use already developed Business Layer / ADO,NET
DataSets in Sql Server Reporting Services ?
How to attach XSD containing information about Report fields same as
in ADO.NET DataSet to Report at Design time ?
Regards
AmitUsing existing datasets/bo layer requires non-trivial implementation of a
data processing extension. However, with RS 2005 and VS 2005 there will be
another option. VS 2005 delivers a winform and webform control that can work
in local mode. In local mode you are responsible for the dataset and handing
it the report (i.e. no server is involved at all).
There is no support for XSD in 2000 or 2005.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"AmitK" <amitkarnik78@.gmail.com> wrote in message
news:1126779473.203596.246570@.g49g2000cwa.googlegroups.com...
> Hi All,
> Anybody know how to use already developed Business Layer / ADO,NET
> DataSets in Sql Server Reporting Services ?
> How to attach XSD containing information about Report fields same as
> in ADO.NET DataSet to Report at Design time ?
> Regards
> Amit
>|||Hi Bruce L-C...
I have created my own DPE & get success to attach xsd to the
report. When I execute the DataSet using Generic Query Designer.. It
executes the xml file. Shows Records in Result Pane but... It does not
show Fields in Fields Pane.. Thats why I can not Design the Report...
Could you please help me ?
Regards
Amit

No comments:

Post a Comment