Monday, March 12, 2012

Reports in IFrames over internet.

We are considering Reporting Services as one of the options for our
company's data reporting needs. I have a few questions. It will be
great if someone can help me with these.
1.Are Iframe and "new window" the only two ways to display/integrate
reports in a .net Web application? Does the reporting server API
provide an interface to get results from a Reporting server and
display in a customized way?
2.Is it recommended for Internet based applications or should it only
be considered for intranet applications?
Appreciate all the helpThere is also a web service API that would allow you to tailor your
control over when and how to display. You are still limited in your
display format by the available rendering extensions.
And this is definitely a viable option for Internet based
applications. However, you will have to write a custom security
extension (or tailor the sample).
aishaumer@.yahoo.com (AK) wrote in message news:<5c59061c.0407211602.45afed5@.posting.google.com>...
> We are considering Reporting Services as one of the options for our
> company's data reporting needs. I have a few questions. It will be
> great if someone can help me with these.
> 1.Are Iframe and "new window" the only two ways to display/integrate
> reports in a .net Web application? Does the reporting server API
> provide an interface to get results from a Reporting server and
> display in a customized way?
> 2.Is it recommended for Internet based applications or should it only
> be considered for intranet applications?
> Appreciate all the help

No comments:

Post a Comment