Hello,
I'd like to run some SSRS reports from my VB6 application. Is this
possible? If so, could someone direct me to a good tutorial to do so?
Currently I have an installation of SQL 2000 with Reporting Services, on a
Win2K3 server box.
Thanks!
RickJust use hyperlinks and point to the report server folder and file.
Example link:
http://rsserver/ReportServer?/Folder/ItemListing
rsserver would be your report SQL server name, Folder would be the name of
the folder where your report rdl file is and the ItemListing would be
replaced with the name of your report (without the .rdl).
HTH,
David
"Rico" <me@.you.com> wrote in message news:11kui.69479$Io4.17369@.edtnps89...
> Hello,
> I'd like to run some SSRS reports from my VB6 application. Is this
> possible? If so, could someone direct me to a good tutorial to do so?
> Currently I have an installation of SQL 2000 with Reporting Services, on a
> Win2K3 server box.
> Thanks!
> Rick
>|||Thanks David, but I need to manage subscriptions from my application, so
that's why I wanted to know if there was a dll or something that I could use
in VB6. I know there's a webservice for .net, but don't know of anything
for VB6.
Rick
"David C" <dlchase@.lifetimeinc.com> wrote in message
news:eWMy5yf2HHA.4400@.TK2MSFTNGP06.phx.gbl...
> Just use hyperlinks and point to the report server folder and file.
> Example link:
> http://rsserver/ReportServer?/Folder/ItemListing
> rsserver would be your report SQL server name, Folder would be the name of
> the folder where your report rdl file is and the ItemListing would be
> replaced with the name of your report (without the .rdl).
> HTH,
> David
> "Rico" <me@.you.com> wrote in message
> news:11kui.69479$Io4.17369@.edtnps89...
>> Hello,
>> I'd like to run some SSRS reports from my VB6 application. Is this
>> possible? If so, could someone direct me to a good tutorial to do so?
>> Currently I have an installation of SQL 2000 with Reporting Services, on
>> a Win2K3 server box.
>> Thanks!
>> Rick
>>
>
No comments:
Post a Comment