I have a parameter to bring up my report now, which works fine.
But I need to add the functionality of bringing up my report from c#
now.
Any help is appreciated.
Thanks,
TrintYou have two options. One is URL integration. For that you embed the IE
control. Then you set the url property to the appropriate value. You can
pass parameters, rendering options etc. Just check out URL Integration in
books on-line. The other option is to use the new reportviewer control that
ships with VS 2005. It has a winform control that is quite easy to use.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"trint" <trinity.smith@.gmail.com> wrote in message
news:1183646995.350764.176420@.w5g2000hsg.googlegroups.com...
>I have a parameter to bring up my report now, which works fine.
> But I need to add the functionality of bringing up my report from c#
> now.
> Any help is appreciated.
> Thanks,
> Trint
>|||On Jul 5, 12:13 pm, "Bruce L-C [MVP]" <bruce_lcNOS...@.hotmail.com>
wrote:
> You have two options. One is URL integration. For that you embed the IE
> control. Then you set the url property to the appropriate value. You can
> pass parameters, rendering options etc. Just check out URL Integration in
> books on-line. The other option is to use the new reportviewer control that
> ships with VS 2005. It has a winform control that is quite easy to use.
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "trint" <trinity.sm...@.gmail.com> wrote in message
> news:1183646995.350764.176420@.w5g2000hsg.googlegroups.com...
>
> >I have a parameter to bring up my report now, which works fine.
> > But I need to add the functionality of bringing up my report from c#
> > now.
> > Any help is appreciated.
> > Thanks,
> >Trint- Hide quoted text -
> - Show quoted text -
Can you point me to an example please?|||For URL Integration read up on URL Access in Books On Line(there are a whole
lot of topics and examples)
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rptsprg9/html/52c3f2a3-3d6d-4fee-9c46-83f366919398.htm
As far as using the IE control in C# you should just google that and get an
example from C#.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"trint" <trinity.smith@.gmail.com> wrote in message
news:1183661710.196713.43980@.w5g2000hsg.googlegroups.com...
> On Jul 5, 12:13 pm, "Bruce L-C [MVP]" <bruce_lcNOS...@.hotmail.com>
> wrote:
>> You have two options. One is URL integration. For that you embed the IE
>> control. Then you set the url property to the appropriate value. You can
>> pass parameters, rendering options etc. Just check out URL Integration in
>> books on-line. The other option is to use the new reportviewer control
>> that
>> ships with VS 2005. It has a winform control that is quite easy to use.
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "trint" <trinity.sm...@.gmail.com> wrote in message
>> news:1183646995.350764.176420@.w5g2000hsg.googlegroups.com...
>>
>> >I have a parameter to bring up my report now, which works fine.
>> > But I need to add the functionality of bringing up my report from c#
>> > now.
>> > Any help is appreciated.
>> > Thanks,
>> >Trint- Hide quoted text -
>> - Show quoted text -
> Can you point me to an example please?
>
No comments:
Post a Comment