Instead of use report manager(http://localhost/Reports) and go to data source
then change the connection string. Can I do it programmatically? And what
class or reference I have to declare'
My goal is do all this in custom code (reference) so base on the pass from
web app, reports will decide which database to connect to.Add the Reporting Services web service to your project as a web reference.
(http://YourServer/ReportServer/ReportService.asmx). There is a DataSource
class. All the members (methods) of the class are listed there.
Charles Kangai, MCT, MCDBA
"vbui" wrote:
> Instead of use report manager(http://localhost/Reports) and go to data source
> then change the connection string. Can I do it programmatically? And what
> class or reference I have to declare'
> My goal is do all this in custom code (reference) so base on the pass from
> web app, reports will decide which database to connect to.
>|||Thanks, do you see anyone do that way or do you have a example of how to use
the reportingservice web reference. It'll help me a lot if you have one.
"Charles Kangai" wrote:
> Add the Reporting Services web service to your project as a web reference.
> (http://YourServer/ReportServer/ReportService.asmx). There is a DataSource
> class. All the members (methods) of the class are listed there.
> Charles Kangai, MCT, MCDBA
> "vbui" wrote:
> > Instead of use report manager(http://localhost/Reports) and go to data source
> > then change the connection string. Can I do it programmatically? And what
> > class or reference I have to declare'
> >
> > My goal is do all this in custom code (reference) so base on the pass from
> > web app, reports will decide which database to connect to.
> >|||Follow this link on Microsoft's web site
http://www.microsoft.com/downloads/details.aspx?FamilyID=e03e1a26-ff8c-4f30-b68c-08c9b27c3d54&DisplayLang=en
Charles Kangai, MCT, MCDBA
"vbui" wrote:
> Thanks, do you see anyone do that way or do you have a example of how to use
> the reportingservice web reference. It'll help me a lot if you have one.
> "Charles Kangai" wrote:
> > Add the Reporting Services web service to your project as a web reference.
> > (http://YourServer/ReportServer/ReportService.asmx). There is a DataSource
> > class. All the members (methods) of the class are listed there.
> >
> > Charles Kangai, MCT, MCDBA
> >
> > "vbui" wrote:
> >
> > > Instead of use report manager(http://localhost/Reports) and go to data source
> > > then change the connection string. Can I do it programmatically? And what
> > > class or reference I have to declare'
> > >
> > > My goal is do all this in custom code (reference) so base on the pass from
> > > web app, reports will decide which database to connect to.
> > >
No comments:
Post a Comment