Getting my finished SQL Reporting Services report in my c# to view it??

T

Trint Smith

Ok,
I have my C# app in VS.Net 2003 (this is a Winform) ready to show the
SQL Reporting Services report from the app.
What is my next step for showing the report from a "Show Report" button?
Thanks,
Trint

.Net programmer
(e-mail address removed)
 
L

laimis

Trint said:
Ok,
I have my C# app in VS.Net 2003 (this is a Winform) ready to show the
SQL Reporting Services report from the app.
What is my next step for showing the report from a "Show Report" button?
Thanks,
Trint

Net programmer
(e-mail address removed)

One of the options you have is to use RS web service which provides a
rich functionality that allows you to deploy, modify, and render
reports. You can also make requests with something like webrequester to
a RS web portal for your client and render the html in IE control or
something like that.

laimis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top