Hi,
I am using VS 2005 and sql reporting services 2000. I created the
reports, uploaded in the server and now, i need to view the reports
through a web application.
I tried using report viewer in 2005 but figured that report viewer
works with only RS 2005. how do i connect to RS 2000 Server remotely?..
Any insights,snippets is really appreciated.
Thanks,
SankarYou can use web services but the easiest is to embed and IE control and use
URL integration.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<sankar07@.gmail.com> wrote in message
news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
> Hi,
> I am using VS 2005 and sql reporting services 2000. I created the
> reports, uploaded in the server and now, i need to view the reports
> through a web application.
> I tried using report viewer in 2005 but figured that report viewer
> works with only RS 2005. how do i connect to RS 2000 Server remotely?..
> Any insights,snippets is really appreciated.
> Thanks,
> Sankar
>|||Thanks for the reply. I am sorry, but could you explain a little bit
more on how to
"embed and IE Control"..I didnt quite get it.
Thanks,
Bruce L-C [MVP] wrote:
> You can use web services but the easiest is to embed and IE control and use
> URL integration.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> <sankar07@.gmail.com> wrote in message
> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
> > Hi,
> >
> > I am using VS 2005 and sql reporting services 2000. I created the
> > reports, uploaded in the server and now, i need to view the reports
> > through a web application.
> > I tried using report viewer in 2005 but figured that report viewer
> > works with only RS 2005. how do i connect to RS 2000 Server remotely?..
> > Any insights,snippets is really appreciated.
> >
> > Thanks,
> > Sankar
> >|||Sorry, is this a winform application or a webform application? If webform
then URL integration is the easiest to do, you can also do web services
though. If winform then look up on how to embed an IE control (this is very
common thing to do, IE is componetized and the control that actually does
the work in IE is a control that you can put on your form. It has properties
(like URL) that you can set.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"sankar" <sankar07@.gmail.com> wrote in message
news:1162589861.063103.302450@.m73g2000cwd.googlegroups.com...
> Thanks for the reply. I am sorry, but could you explain a little bit
> more on how to
> "embed and IE Control"..I didnt quite get it.
> Thanks,
> Bruce L-C [MVP] wrote:
>> You can use web services but the easiest is to embed and IE control and
>> use
>> URL integration.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> <sankar07@.gmail.com> wrote in message
>> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
>> > Hi,
>> >
>> > I am using VS 2005 and sql reporting services 2000. I created the
>> > reports, uploaded in the server and now, i need to view the reports
>> > through a web application.
>> > I tried using report viewer in 2005 but figured that report viewer
>> > works with only RS 2005. how do i connect to RS 2000 Server remotely?..
>> > Any insights,snippets is really appreciated.
>> >
>> > Thanks,
>> > Sankar
>> >
>|||it is a webform. by url integration you mean to say , passing it as a
query string right.
I thought about it, but was wondering if there is a control like
"Report viewer" to do it. thanks for your time.
Regards,
Bruce L-C [MVP] wrote:
> Sorry, is this a winform application or a webform application? If webform
> then URL integration is the easiest to do, you can also do web services
> though. If winform then look up on how to embed an IE control (this is very
> common thing to do, IE is componetized and the control that actually does
> the work in IE is a control that you can put on your form. It has properties
> (like URL) that you can set.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "sankar" <sankar07@.gmail.com> wrote in message
> news:1162589861.063103.302450@.m73g2000cwd.googlegroups.com...
> > Thanks for the reply. I am sorry, but could you explain a little bit
> > more on how to
> > "embed and IE Control"..I didnt quite get it.
> >
> > Thanks,
> >
> > Bruce L-C [MVP] wrote:
> >> You can use web services but the easiest is to embed and IE control and
> >> use
> >> URL integration.
> >>
> >>
> >> --
> >> Bruce Loehle-Conger
> >> MVP SQL Server Reporting Services
> >>
> >> <sankar07@.gmail.com> wrote in message
> >> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
> >> > Hi,
> >> >
> >> > I am using VS 2005 and sql reporting services 2000. I created the
> >> > reports, uploaded in the server and now, i need to view the reports
> >> > through a web application.
> >> > I tried using report viewer in 2005 but figured that report viewer
> >> > works with only RS 2005. how do i connect to RS 2000 Server remotely?..
> >> > Any insights,snippets is really appreciated.
> >> >
> >> > Thanks,
> >> > Sankar
> >> >
> >|||It is not a query string. It is a URL that calls the asp.net application
(reportserver) with the parameters, rendering format, etc.
There is a report viewer control (I believe it is more of a sample but many
people use it). However, this is a 1.1 framework app. If you are using VS
2005 then your app is a 2.0 framework. So, your choices are to roll your own
using web services or to use URL integration.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"sankar" <sankar07@.gmail.com> wrote in message
news:1162592106.368210.252580@.h54g2000cwb.googlegroups.com...
> it is a webform. by url integration you mean to say , passing it as a
> query string right.
> I thought about it, but was wondering if there is a control like
> "Report viewer" to do it. thanks for your time.
> Regards,
> Bruce L-C [MVP] wrote:
>> Sorry, is this a winform application or a webform application? If webform
>> then URL integration is the easiest to do, you can also do web services
>> though. If winform then look up on how to embed an IE control (this is
>> very
>> common thing to do, IE is componetized and the control that actually does
>> the work in IE is a control that you can put on your form. It has
>> properties
>> (like URL) that you can set.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "sankar" <sankar07@.gmail.com> wrote in message
>> news:1162589861.063103.302450@.m73g2000cwd.googlegroups.com...
>> > Thanks for the reply. I am sorry, but could you explain a little bit
>> > more on how to
>> > "embed and IE Control"..I didnt quite get it.
>> >
>> > Thanks,
>> >
>> > Bruce L-C [MVP] wrote:
>> >> You can use web services but the easiest is to embed and IE control
>> >> and
>> >> use
>> >> URL integration.
>> >>
>> >>
>> >> --
>> >> Bruce Loehle-Conger
>> >> MVP SQL Server Reporting Services
>> >>
>> >> <sankar07@.gmail.com> wrote in message
>> >> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
>> >> > Hi,
>> >> >
>> >> > I am using VS 2005 and sql reporting services 2000. I created the
>> >> > reports, uploaded in the server and now, i need to view the reports
>> >> > through a web application.
>> >> > I tried using report viewer in 2005 but figured that report viewer
>> >> > works with only RS 2005. how do i connect to RS 2000 Server
>> >> > remotely?..
>> >> > Any insights,snippets is really appreciated.
>> >> >
>> >> > Thanks,
>> >> > Sankar
>> >> >
>> >
>|||Hi,
Sorry. Do you mean to say like the one in this article:
http://msdn2.microsoft.com/en-us/library/aa237743(SQL.80).aspx
Thanks,
Sankar
Bruce L-C [MVP] wrote:
> It is not a query string. It is a URL that calls the asp.net application
> (reportserver) with the parameters, rendering format, etc.
> There is a report viewer control (I believe it is more of a sample but many
> people use it). However, this is a 1.1 framework app. If you are using VS
> 2005 then your app is a 2.0 framework. So, your choices are to roll your own
> using web services or to use URL integration.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
> "sankar" <sankar07@.gmail.com> wrote in message
> news:1162592106.368210.252580@.h54g2000cwb.googlegroups.com...
> > it is a webform. by url integration you mean to say , passing it as a
> > query string right.
> > I thought about it, but was wondering if there is a control like
> > "Report viewer" to do it. thanks for your time.
> > Regards,
> >
> > Bruce L-C [MVP] wrote:
> >> Sorry, is this a winform application or a webform application? If webform
> >> then URL integration is the easiest to do, you can also do web services
> >> though. If winform then look up on how to embed an IE control (this is
> >> very
> >> common thing to do, IE is componetized and the control that actually does
> >> the work in IE is a control that you can put on your form. It has
> >> properties
> >> (like URL) that you can set.
> >>
> >>
> >> --
> >> Bruce Loehle-Conger
> >> MVP SQL Server Reporting Services
> >>
> >> "sankar" <sankar07@.gmail.com> wrote in message
> >> news:1162589861.063103.302450@.m73g2000cwd.googlegroups.com...
> >> > Thanks for the reply. I am sorry, but could you explain a little bit
> >> > more on how to
> >> > "embed and IE Control"..I didnt quite get it.
> >> >
> >> > Thanks,
> >> >
> >> > Bruce L-C [MVP] wrote:
> >> >> You can use web services but the easiest is to embed and IE control
> >> >> and
> >> >> use
> >> >> URL integration.
> >> >>
> >> >>
> >> >> --
> >> >> Bruce Loehle-Conger
> >> >> MVP SQL Server Reporting Services
> >> >>
> >> >> <sankar07@.gmail.com> wrote in message
> >> >> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
> >> >> > Hi,
> >> >> >
> >> >> > I am using VS 2005 and sql reporting services 2000. I created the
> >> >> > reports, uploaded in the server and now, i need to view the reports
> >> >> > through a web application.
> >> >> > I tried using report viewer in 2005 but figured that report viewer
> >> >> > works with only RS 2005. how do i connect to RS 2000 Server
> >> >> > remotely?..
> >> >> > Any insights,snippets is really appreciated.
> >> >> >
> >> >> > Thanks,
> >> >> > Sankar
> >> >> >
> >> >
> >|||Exactly. Books OnLine has lots more documentation on how to compose the URL.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"sankar" <sankar07@.gmail.com> wrote in message
news:1162593591.403012.212510@.e3g2000cwe.googlegroups.com...
> Hi,
> Sorry. Do you mean to say like the one in this article:
> http://msdn2.microsoft.com/en-us/library/aa237743(SQL.80).aspx
> Thanks,
> Sankar
> Bruce L-C [MVP] wrote:
>> It is not a query string. It is a URL that calls the asp.net application
>> (reportserver) with the parameters, rendering format, etc.
>> There is a report viewer control (I believe it is more of a sample but
>> many
>> people use it). However, this is a 1.1 framework app. If you are using VS
>> 2005 then your app is a 2.0 framework. So, your choices are to roll your
>> own
>> using web services or to use URL integration.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>>
>> "sankar" <sankar07@.gmail.com> wrote in message
>> news:1162592106.368210.252580@.h54g2000cwb.googlegroups.com...
>> > it is a webform. by url integration you mean to say , passing it as a
>> > query string right.
>> > I thought about it, but was wondering if there is a control like
>> > "Report viewer" to do it. thanks for your time.
>> > Regards,
>> >
>> > Bruce L-C [MVP] wrote:
>> >> Sorry, is this a winform application or a webform application? If
>> >> webform
>> >> then URL integration is the easiest to do, you can also do web
>> >> services
>> >> though. If winform then look up on how to embed an IE control (this is
>> >> very
>> >> common thing to do, IE is componetized and the control that actually
>> >> does
>> >> the work in IE is a control that you can put on your form. It has
>> >> properties
>> >> (like URL) that you can set.
>> >>
>> >>
>> >> --
>> >> Bruce Loehle-Conger
>> >> MVP SQL Server Reporting Services
>> >>
>> >> "sankar" <sankar07@.gmail.com> wrote in message
>> >> news:1162589861.063103.302450@.m73g2000cwd.googlegroups.com...
>> >> > Thanks for the reply. I am sorry, but could you explain a little bit
>> >> > more on how to
>> >> > "embed and IE Control"..I didnt quite get it.
>> >> >
>> >> > Thanks,
>> >> >
>> >> > Bruce L-C [MVP] wrote:
>> >> >> You can use web services but the easiest is to embed and IE control
>> >> >> and
>> >> >> use
>> >> >> URL integration.
>> >> >>
>> >> >>
>> >> >> --
>> >> >> Bruce Loehle-Conger
>> >> >> MVP SQL Server Reporting Services
>> >> >>
>> >> >> <sankar07@.gmail.com> wrote in message
>> >> >> news:1162582272.198380.173130@.b28g2000cwb.googlegroups.com...
>> >> >> > Hi,
>> >> >> >
>> >> >> > I am using VS 2005 and sql reporting services 2000. I created the
>> >> >> > reports, uploaded in the server and now, i need to view the
>> >> >> > reports
>> >> >> > through a web application.
>> >> >> > I tried using report viewer in 2005 but figured that report
>> >> >> > viewer
>> >> >> > works with only RS 2005. how do i connect to RS 2000 Server
>> >> >> > remotely?..
>> >> >> > Any insights,snippets is really appreciated.
>> >> >> >
>> >> >> > Thanks,
>> >> >> > Sankar
>> >> >> >
>> >> >
>> >
>
No comments:
Post a Comment